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