Commit f11f2723 authored by 程恺文's avatar 程恺文

feat:广州在线时长

parent af22452d
Pipeline #63581 waiting for manual action with stages
...@@ -66,7 +66,7 @@ class HuaNongLogin extends Component { ...@@ -66,7 +66,7 @@ class HuaNongLogin extends Component {
setTimeout(()=>{ setTimeout(()=>{
appService appService
. getInOnLine({ . getInOnLine({
UserID: globalConfig.userInfo.oid, UserID: globalConfig.userInfo.oid||globalConfig.userInfo.OID,
SatrtDate: this.getNowDate(), SatrtDate: this.getNowDate(),
Port: location.port, Port: location.port,
Oid:this._createGuid(), Oid:this._createGuid(),
...@@ -75,7 +75,7 @@ class HuaNongLogin extends Component { ...@@ -75,7 +75,7 @@ class HuaNongLogin extends Component {
window.gzTime= setInterval(()=>{ window.gzTime= setInterval(()=>{
appService appService
. getInOnLine({ . getInOnLine({
UserID: globalConfig.userInfo.oid, UserID: globalConfig.userInfo.oid||globalConfig.userInfo.OID,
SatrtDate: this.getNowDate(), SatrtDate: this.getNowDate(),
Port: location.port, Port: location.port,
Oid:this._createGuid(), Oid:this._createGuid(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment