111
chenyong
2026-03-06 9051d96029c8e860c6e6657b7df2106bfbfdc010
ÏîÄ¿´úÂë/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') {