Browse Source

Merge remote-tracking branch 'origin/master'

yu jie 4 years ago
parent
commit
1b0a20667d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/App.vue

+ 2 - 2
src/App.vue

@@ -83,7 +83,7 @@ export default defineComponent({
             );
             );
         });
         });
         // 登录成功
         // 登录成功
-        eventBus.$onOnly('loginSuccess', setOvertime);
+        // eventBus.$onOnly('loginSuccess', setOvertime);
         // 监听路由的变化
         // 监听路由的变化
         watchEffect(() => Router.currentRoute && provide('current-route', Router.currentRoute));
         watchEffect(() => Router.currentRoute && provide('current-route', Router.currentRoute));
 
 
@@ -110,7 +110,7 @@ export default defineComponent({
             true
             true
         );
         );
 
 
-        setOvertime();
+        // setOvertime();
         // 订阅交易通知
         // 订阅交易通知
         notice((msg: string) => {
         notice((msg: string) => {
             Modal.info({
             Modal.info({