Commit e8191c8c authored by LeeJiancong's avatar LeeJiancong

'权限'

parent ca2d3b33
......@@ -86,10 +86,10 @@ export function render(oldRender:Function) {
export function onRouteChange({ routes, matchedRoutes, location, action }) {
console.log('onRouteChange')
if (isDev) {
console.log('dev')
return;
}
// if (isDev) {
// console.log('dev')
// return;
// }
if (whiteLists.includes(location.pathname)) {
return
......
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