Преглед на файлове

绑定授权登录信息

DESKTOP-70VPDLK\Administrator преди 1 година
родител
ревизия
c4d0030b1f
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      service/router.js

+ 2 - 2
service/router.js

@@ -45,8 +45,8 @@ router.beforeEach(async (to, from, next) => {
        await tools.weiXinLogin().then(isLogin=>{
            console.log('-----------isLogin-----------')
            if(isLogin){
-               // next();
-               next('/pages/login/index');
+               next();
+               // next('/pages/login/index');
            }else {
                next('/pages/login/index');
            }