You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
763 B
TypeScript
26 lines
763 B
TypeScript
/*
|
|
* @Author: donghao donghao@supervision.ltd
|
|
* @Date: 2024-01-24 16:05:16
|
|
* @LastEditors: donghao donghao@supervision.ltd
|
|
* @LastEditTime: 2024-04-22 11:03:15
|
|
* @FilePath: \general-ai-platform-web\mock\pools\menuData.ts
|
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
*/
|
|
/** 菜单目录信息 */
|
|
export const mockGetMenuData = {
|
|
data: {
|
|
routes: [
|
|
{
|
|
component: 'RealTime/InvolvedList',
|
|
icon: '',
|
|
key: '101',
|
|
name: 'realTime-involved-list',
|
|
path: '/realTime/involved-list',
|
|
routes: [],
|
|
title: '告警汇总',
|
|
access: 'canReadMenu',
|
|
},
|
|
],
|
|
},
|
|
};
|