ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/router/index.js
@@ -54,6 +54,7 @@ router.beforeEach((to, from, next) => { if (to.matched.length == 0) return next({ path: '/404' }); //2020.06.03å¢å è·¯ç±åæ¢æ¶å è½½æç¤º store.dispatch("onLoading", true); if ((to.hasOwnProperty('meta') && to.meta.anonymous) || store.getters.isLogin() || to.path == '/login') {