This commit is contained in:
张成
2025-10-28 11:24:11 +08:00
parent a8d52f74ad
commit e039ae8c62
39 changed files with 636 additions and 676 deletions

View File

@@ -75,7 +75,7 @@ export const defaultMenus = [
{
id: 120,
name: '高级管理',
path: '/system_high',
path: '/system',
component: '',
parent_id: 0,
type: '菜单',
@@ -86,8 +86,8 @@ export const defaultMenus = [
{
id: 122,
name: '菜单管理',
path: '/system_high/menu',
component: 'system_high/sys_menu',
path: '/system/menu',
component: 'system/sys_menu',
parent_id: 120,
type: '页面',
is_show_menu: 1,
@@ -97,8 +97,8 @@ export const defaultMenus = [
{
id: 123,
name: '控制管理',
path: '/system_high/control',
component: 'system_high/sys_control',
path: '/system/control',
component: 'system/sys_control',
parent_id: 120,
type: '页面',
is_show_menu: 1,
@@ -108,8 +108,8 @@ export const defaultMenus = [
{
id: 124,
name: '系统标题',
path: '/system_high/title',
component: 'system_high/sys_title',
path: '/system/title',
component: 'system/sys_title',
parent_id: 120,
type: '页面',
is_show_menu: 1,