Commit f7386d05 by caoyanzhi

update: 登录页不获取权限数据

parent be39cd04
......@@ -11,7 +11,7 @@ import Vue from 'vue';
import errorMsg from '@/common/js/error.js';
import { getRequest, postRequest } from '@/api/api.js';
import router from '@/router';
const whiteRoute = ['/login'];
const whiteRoute = ['/login', '/loginMore'];
let toPath = '';
let fromPath = '';
router.beforeEach((to, from, next) => {
......
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