119 lines
3.2 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": {
2020-12-16 22:46:47 +08:00
"title": "ProManager",
2020-12-07 22:17:42 +08:00
"image": "images/logo.png",
"href": ""
},
"menuInfo": [
{
2021-01-08 23:44:40 +08:00
"title": "图号管理",
2020-12-27 22:50:36 +08:00
"icon": "fa fa-book",
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-sort-numeric-asc",
"target": "_self",
"child": [
{
"title": "图号编码管理",
2020-12-29 23:44:55 +08:00
"href": "page/Graphic/FigureNumber/FigureNumberList.html",
2020-12-27 22:50:36 +08:00
"icon": "fa fa-spinner",
"target": "_self"
},
{
"title": "产品编码管理",
2020-12-29 23:44:55 +08:00
"href": "page/Graphic/ProductNumber/ProductNumberList.html",
2020-12-27 22:50:36 +08:00
"icon": "fa fa-product-hunt",
"target": "_self"
},
{
"title": "物料特征码管理",
2020-12-29 23:44:55 +08:00
"href": "page/Graphic/MaterialNumber/MaterialNumberList.html",
2020-12-27 22:50:36 +08:00
"icon": "fa fa-cart-plus",
"target": "_self"
}
]
2020-12-07 22:17:42 +08:00
},
{
2020-12-27 22:50:36 +08:00
"title": "产品图库管理",
"href": "",
"icon": "fa fa-tasks",
"target": "_self",
"child": [
{
"title": "图库信息管理",
2021-01-11 01:15:57 +08:00
"href": "page/Graphic/GalleryInformation/GalleryInformationList.html",
2020-12-27 22:50:36 +08:00
"icon": "fa fa-info-circle",
"target": "_self"
}
]
2021-01-21 01:06:55 +08:00
},
{
"title": "订单管理",
"href": "",
"icon": "fa fa-connectdevelop",
"target": "_self",
"child": [
{
2021-03-04 00:34:09 +08:00
"title": "研发BOM列表",
2021-01-21 01:06:55 +08:00
"href": "page/Order/BOM/BOMList.html",
2021-03-04 00:34:09 +08:00
"icon": "fa fa-magnet",
"target": "_self"
},
{
"title": "生产BOM列表",
"href": "page/Order/BOM/BOMList_Production.html",
2021-01-21 01:06:55 +08:00
"icon": "fa fa-th-list",
"target": "_self"
2021-02-18 00:07:30 +08:00
},
2021-03-04 00:34:09 +08:00
{
"title": "BOM管理",
"href": "page/Order/BOMManager/BOMManagerList.html",
"icon": "fa fa-sitemap",
"target": "_self"
},
2021-02-18 00:07:30 +08:00
{
"title": "供应商列表",
"href": "page/Order/Supplier/SupplierList.html",
"icon": "fa fa-shopping-cart",
"target": "_self"
2021-07-06 23:30:13 +08:00
},
{
"title": "订单管理",
"href": "page/Order/OrderManager/OrderList.html",
"icon": "fa fa-shopping-cart",
"target": "_self"
},
{
"title": "Test",
"href": "page/Order/OrderManager/addOrder.html",
"icon": "fa fa-shopping-cart",
"target": "_self"
2021-01-21 01:06:55 +08:00
}
]
2020-12-07 22:17:42 +08:00
}
]
},
{
2020-12-16 22:46:47 +08:00
"title": "用户管理",
"icon": "fa fa-users",
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",
2020-12-24 23:09:24 +08:00
"icon": "fa fa-user",
2020-12-07 22:17:42 +08:00
"target": "_self"
}
]
}
]
}