@@ -499,7 +499,7 @@ if (hasRole) {
menuList.data.push(
{
label: "系统管理",
- path: "/admin",
+ path: "/biz/dirTemplate",
imgs: system,
beimgs: issystem,
}
@@ -319,17 +319,18 @@ export const constantRoutes = [{
path: '/admin',
component: Layout,
redirect: '/admin/index',
- children: [{
- path: 'index',
- // component: () => import('@/layout/index.vue'),
- name: 'adminIndex',
- meta: {
- title: '首页',
- icon: 'dashboard',
- affix: true
- },
+ children: [
+ // {
+ // path: 'index',
+ // // component: () => import('@/layout/index.vue'),
+ // name: 'adminIndex',
+ // meta: {
+ // title: '首页',
+ // icon: 'dashboard',
+ // affix: true
+ // },
// 其他 admin 下的子路由
path: '/onlyoffice/',