xuzhiheng 6 vuotta sitten
vanhempi
commit
772d2f5ad6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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)
 }