Lijy 2 роки тому
батько
коміт
6199a74a25

+ 2 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/Login.vue

@@ -285,7 +285,8 @@
                         var _this = this;
                         this.logining = true;
                         setTimeout(function () {
-                            this.logining = false;
+                            _this.logining = false;
+                            console.log('执行')
                         }, 15000);
                         this.http.post(this.port.manage.login, this.ruleForm , res => {
                             this.logining = false;

+ 0 - 1
fhKeeper/formulahousekeeper/timesheet_h5/public/index.html

@@ -38,7 +38,6 @@
         var urls = window.location.href
         console.log(urls, '当前的页面地址')
         var flag = IsPC(); //true为PC端,false为手机端
-        // if (flag && urls.indexOf('mobworktime.ttkuaiban') != '-1') {
         if(flag) {
             // 当前地址为工时管家移动端就跳转到工时管家官网
             if(urls.indexOf('mobworktime.ttkuaiban') != '-1') {