Commit d1a32e53 authored by 前端-许佳敏's avatar 前端-许佳敏

本地权限放开

parent 76254928
......@@ -83,9 +83,9 @@ export function render(oldRender:Function) {
export function onRouteChange({ routes, matchedRoutes, location, action }) {
console.log('onRouteChange')
// if (isDev) {
// return;
// }
if (isDev) {
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