diff --git a/common/routerInterceptor.js b/common/routerInterceptor.js index 6659c48..c7666f2 100644 --- a/common/routerInterceptor.js +++ b/common/routerInterceptor.js @@ -1,6 +1,7 @@ // 需要登录的界面 let needLogin = [ "/pages/home/component/message", + "/pages/my/mySetting" ]; // 拦截类型 let list = ["navigateTo", "redirectTo", "reLaunch", "switchTab"];