wujingjing
2025-04-09 2b8b2cac4fe3f05474459a034bc4034f2d7aa0cb
src/api/menu/menuData.ts
@@ -1,4 +1,4 @@
export const MenuData = [
export const menuData = [
   {
      Children: [],
      ID: '1805430930840621056',
@@ -6,6 +6,87 @@
      Type: 2,
      Name: '首页',
      Path: '/home',
      Permission: '',
      Icon: 'ywicon icon-a-appround15',
      IsIframe: false,
      OutLink: '',
      IsHide: false,
      Weight: 0,
      SortCode: 1,
      Description: '',
   },
   {
      Children: [
         {
            ID: '1805430930840621056',
            ParentID: '0',
            Type: 2,
            Name: '概况',
            Path: '/workspace/situation',
            Permission: '',
            Icon: 'ywicon icon-a-appround15',
            IsIframe: false,
            OutLink: '',
            IsHide: false,
            Weight: 0,
            SortCode: 1,
            Description: '',
         },
      ],
      ID: '1805430930840621056',
      ParentID: '0',
      Type: 1,
      Name: '个人工作台',
      Path: '/workspace',
      Permission: '',
      Icon: 'ywicon icon-a-appround15',
      IsIframe: false,
      OutLink: '',
      IsHide: false,
      Weight: 0,
      SortCode: 1,
      Description: '',
   },
   {
      Children: [
         {
            ID: '1805430930840621056',
            ParentID: '0',
            Type: 2,
            Name: '概况',
            Path: '/gis/situation',
            Permission: '',
            Icon: 'ywicon icon-a-appround15',
            IsIframe: false,
            OutLink: '',
            IsHide: false,
            Weight: 0,
            SortCode: 1,
            Description: '',
         },
      ],
      ID: '1805430930840621056',
      ParentID: '0',
      Type: 1,
      Name: 'GIS系统',
      Path: '/gis',
      Permission: '',
      Icon: 'ywicon icon-a-appround15',
      IsIframe: false,
      OutLink: '',
      IsHide: false,
      Weight: 0,
      SortCode: 1,
      Description: '',
   },
   {
      Children: [],
      ID: '1805430930840621056',
      ParentID: '0',
      Type: 2,
      Name: '分享页',
      Path: '/share',
      Permission: '',
      Icon: 'ywicon icon-a-appround15',
      IsIframe: false,
@@ -36,7 +117,7 @@
      ID: '1806237582070255616',
      ParentID: '0',
      Type: 2,
      Name: '聊天室',
      Name: '',
      Path: '/ask_answer',
      Permission: '',
      Icon: '',
@@ -79,4 +160,20 @@
      SortCode: 5,
      Description: '',
   },
   {
      Children: [],
      ID: '1',
      ParentID: '0',
      Type: 2,
      Name: '应用场景',
      Path: '/AllScenario',
      Permission: '',
      Icon: '',
      IsIframe: false,
      OutLink: '',
      IsHide: true,
      Weight: 0,
      SortCode: 5,
      Description: '',
   },
];