diff --git a/src/router/constant.ts b/src/router/constant.ts index c85eeeb..992ee29 100644 --- a/src/router/constant.ts +++ b/src/router/constant.ts @@ -25,14 +25,14 @@ const routes: RouteRecordRaw[] = [ { path: '/', component: () => import('@/layouts/home.vue'), - redirect: '/sms-web/resource_dashboard', + redirect: '/cms-web/dashboard', meta: { title: '主页' }, name: 'Home', children: [ { - path: '/sms-web/resource_dashboard', + path: '/cms-web/dashboard', meta: { noTag: true, hiddenSide: true