81 lines
2.1 KiB
JSON
Raw Normal View History

2020-12-07 22:17:42 +08:00
{
"homeInfo": {
"title": "首页",
2020-12-27 22:50:36 +08:00
"href": "page/welcome.html"
2020-12-07 22:17:42 +08:00
},
"logoInfo": {
"title": "DEERXN",
2020-12-07 22:17:42 +08:00
"image": "images/logo.png",
"href": ""
},
"menuInfo": [
{
2021-01-08 23:44:40 +08:00
"title": "图号管理",
2021-09-15 00:28:51 +08:00
"icon": "fa fa-folder",
2020-12-07 22:17:42 +08:00
"href": "",
"target": "_self",
"child": [
{
2020-12-27 22:50:36 +08:00
"title": "编码库管理",
"href": "",
"icon": "fa fa-folder-open",
2020-12-27 22:50:36 +08:00
"target": "_self",
"child": [
{
"title": "部件特征码管理",
2020-12-29 23:44:55 +08:00
"href": "page/Graphic/MaterialNumber/MaterialNumberList.html",
"icon": "fa fa-file-text-o",
2020-12-27 22:50:36 +08:00
"target": "_self"
2021-07-06 23:30:13 +08:00
},
{
"title": "可销售部件特征码管理",
"href": "page/Graphic/MarketableNumber/MarketableNumberList.html",
"icon": "fa fa-file-text-o",
"target": "_self"
},
{
"title": "零件特征码管理",
"href": "page/Graphic/PartNumber/PartNumberList.html",
"icon": "fa fa-file-text-o",
2021-07-06 23:30:13 +08:00
"target": "_self"
2021-01-21 01:06:55 +08:00
}
]
2021-10-13 23:44:25 +08:00
},
{
2021-10-10 16:23:19 +08:00
"title": "图样管理",
"href": "",
"icon": "fa fa-folder-open",
"target": "_self",
"child": [
{
"title": "产品图号管理",
"href": "page/Graphic/GalleryInformation/GalleryInformationList.html",
"icon": "fa fa-file-text-o",
"target": "_self"
2021-10-13 23:44:25 +08:00
},
{
"title": "测试",
"href": "page/Graphic/PatternManager/PatternTreeList.html",
"icon": "fa fa-file-text-o",
"target": "_self"
2021-10-10 16:23:19 +08:00
}
]
2020-12-07 22:17:42 +08:00
}
]
},
{
2020-12-16 22:46:47 +08:00
"title": "用户管理",
"icon": "fa fa-folder-open",
2020-12-07 22:17:42 +08:00
"href": "",
"target": "_self",
"child": [
{
2020-12-24 00:34:19 +08:00
"title": "用户列表",
"href": "page/UserList.html",
"icon": "fa fa-file-text-o",
2020-12-07 22:17:42 +08:00
"target": "_self"
}
]
}
]
}