xuzhiheng 6 years ago
parent
commit
772d2f5ad6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/jfw/front/front.go

+ 1 - 1
src/jfw/front/front.go

@@ -182,7 +182,7 @@ func (f *Front) Hpshare() error {
 }
 func (f *Front) DataService() {
 	f.T["openPlatformUrl"] = config.Sysconfig["openPlatformUrl"].(string)
-	f.T["logid"] = f.GetSession("userId")
+	f.T["logid"] = config.Seoconfig["jysy"].(string)
 	f.Render("/pc/dataService.html", &f.T)
 }