yangyin
2024-12-03 528808bd175d8262b19098df9e82fa0c8999715a
src/api/menu/menuData.ts
@@ -1,4 +1,4 @@
export const MenuData = [
export const menuData = [
   {
      Children: [],
      ID: '1805430930840621056',
@@ -6,6 +6,22 @@
      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: '/share',
      Permission: '',
      Icon: 'ywicon icon-a-appround15',
      IsIframe: false,
@@ -36,7 +52,7 @@
      ID: '1806237582070255616',
      ParentID: '0',
      Type: 2,
      Name: '聊天室',
      Name: '',
      Path: '/ask_answer',
      Permission: '',
      Icon: '',
@@ -79,4 +95,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: '',
   },
];