图号管理
This commit is contained in:
parent
92933702ce
commit
ad193081a4
@ -1,7 +1,7 @@
|
||||
{
|
||||
"homeInfo": {
|
||||
"title": "首页",
|
||||
"href": "page/welcome.html?t=1"
|
||||
"href": "page/welcome.html"
|
||||
},
|
||||
"logoInfo": {
|
||||
"title": "ProManager",
|
||||
@ -10,52 +10,56 @@
|
||||
},
|
||||
"menuInfo": [
|
||||
{
|
||||
"title": "图号管理",
|
||||
"icon": "fa fa-sort-numeric-asc",
|
||||
"title": "图文管理",
|
||||
"icon": "fa fa-book",
|
||||
"href": "",
|
||||
"target": "_self",
|
||||
"child": [
|
||||
{
|
||||
"title": "图标列表",
|
||||
"href": "page/icon.html",
|
||||
"icon": "fa fa-dot-circle-o",
|
||||
"target": "_self"
|
||||
"title": "编码库管理",
|
||||
"href": "",
|
||||
"icon": "fa fa-sort-numeric-asc",
|
||||
"target": "_self",
|
||||
"child": [
|
||||
{
|
||||
"title": "图号编码管理",
|
||||
"href": "page/404.html",
|
||||
"icon": "fa fa-spinner",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "产品编码管理",
|
||||
"href": "page/404.html",
|
||||
"icon": "fa fa-product-hunt",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "物料特征码管理",
|
||||
"href": "page/404.html",
|
||||
"icon": "fa fa-cart-plus",
|
||||
"target": "_self"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "图标选择",
|
||||
"href": "page/icon-picker.html",
|
||||
"icon": "fa fa-adn",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "颜色选择",
|
||||
"href": "page/color-select.html",
|
||||
"icon": "fa fa-dashboard",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "下拉选择",
|
||||
"href": "page/table-select.html",
|
||||
"icon": "fa fa-angle-double-down",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "文件上传",
|
||||
"href": "page/upload.html",
|
||||
"icon": "fa fa-arrow-up",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "富文本编辑器",
|
||||
"href": "page/editor.html",
|
||||
"icon": "fa fa-edit",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "省市县区选择器",
|
||||
"href": "page/area.html",
|
||||
"icon": "fa fa-rocket",
|
||||
"target": "_self"
|
||||
"title": "产品图库管理",
|
||||
"href": "",
|
||||
"icon": "fa fa-tasks",
|
||||
"target": "_self",
|
||||
"child": [
|
||||
{
|
||||
"title": "图库信息管理",
|
||||
"href": "page/404.html",
|
||||
"icon": "fa fa-info-circle",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "图库文件管理",
|
||||
"href": "page/404.html",
|
||||
"icon": "fa fa-file",
|
||||
"target": "_self"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -144,7 +144,7 @@
|
||||
clearUrl: "api/clear.json", // 缓存清理接口
|
||||
urlHashLocation: true, // 是否打开hash定位
|
||||
bgColorDefault: false, // 主题默认配置
|
||||
multiModule: true, // 是否开启多模块
|
||||
multiModule: false, // 是否开启多模块
|
||||
menuChildOpen: false, // 是否默认展开菜单
|
||||
loadingTime: 0, // 初始化加载时间
|
||||
pageAnim: true, // iframe窗口动画
|
||||
|
@ -136,7 +136,7 @@
|
||||
},
|
||||
});
|
||||
}
|
||||
alert(11)
|
||||
|
||||
//监听提交
|
||||
form.on('submit(saveBtn)', function (data) {
|
||||
layer.confirm('确认保存吗?', function () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user