115 Star 1.4K Fork 456

GVPdromara/orion-visor

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
system.ts 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
李佳航 提交于 2025-10-29 10:39 +08:00 . :hammer:tag 管理.
import type { AppRouteRecordRaw } from '../types';
import { DEFAULT_LAYOUT } from '../base';
const SYSTEM: AppRouteRecordRaw = {
name: 'systemModule',
path: '/system-module',
component: DEFAULT_LAYOUT,
children: [
{
name: 'systemMenu',
path: '/system/menu',
component: () => import('@/views/system/menu/index.vue'),
},
{
name: 'dictKey',
path: '/system/dict-key',
component: () => import('@/views/system/dict-key/index.vue'),
},
{
name: 'dictValue',
path: '/system/dict-value',
component: () => import('@/views/system/dict-value/index.vue'),
},
{
name: 'notifyTemplate',
path: '/system/notify-template',
component: () => import('@/views/system/notify-template/index.vue'),
},
{
name: 'systemTags',
path: '/system/tags',
component: () => import('@/views/system/tags/index.vue'),
},
{
name: 'systemSetting',
path: '/system/setting',
component: () => import('@/views/system/setting/index.vue'),
},
],
};
export default SYSTEM;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/dromara/orion-visor.git
git@gitee.com:dromara/orion-visor.git
dromara
orion-visor
orion-visor
aa913bce8dff1922765507e50df2e56fa7b75291

搜索帮助