renmingwang
2026-03-30 675f3f475a61dd0ad8ffb76e183baa9b78f14f45
ÏîÄ¿´úÂë/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') {