1
heshaofeng
2026-03-19 557ee5cb94b1ad73a5b9bb8a11d43d1bb12274fc
项目代码/WIDESEA_WMSClient/src/router/index.js
@@ -38,6 +38,14 @@
      }
  }, 
  {
    path: '/change-password',
    name: 'ChangePassword',
    component: () => import('@/views/ChangePassword.vue'),
    meta:{
        anonymous:true
      }
  },
  {
    path: '/bigdata',
    name: 'bigdata',
    component: () => import('@/views/charts/bigdata.vue'),