xuzhiheng %!s(int64=6) %!d(string=hai) anos
pai
achega
772d2f5ad6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
 }