refactor: 界面样式重构优化
This commit is contained in:
@@ -27,6 +27,14 @@
|
||||
},
|
||||
"layout": "tabbar"
|
||||
},
|
||||
{
|
||||
"path": "pages/webview/index",
|
||||
"type": "page",
|
||||
"name": "webview",
|
||||
"style": {
|
||||
"navigationBarTitleText": "网页"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/work/index",
|
||||
"type": "page",
|
||||
@@ -95,6 +103,14 @@
|
||||
"navigationBarTitleText": "部门管理"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/work/dict/index",
|
||||
"type": "page",
|
||||
"name": "dict",
|
||||
"style": {
|
||||
"navigationBarTitleText": "字典管理"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/work/log/index",
|
||||
"type": "page",
|
||||
@@ -111,6 +127,14 @@
|
||||
"navigationBarTitleText": "菜单管理"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/work/monitor/index",
|
||||
"type": "page",
|
||||
"name": "monitor",
|
||||
"style": {
|
||||
"navigationBarTitleText": "应用监控"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/work/notice/index",
|
||||
"type": "page",
|
||||
@@ -119,6 +143,14 @@
|
||||
"navigationBarTitleText": "通知公告"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/work/role/assign-perm",
|
||||
"type": "page",
|
||||
"name": "role-assign-perm",
|
||||
"style": {
|
||||
"navigationBarTitleText": "分配权限"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/work/role/index",
|
||||
"type": "page",
|
||||
@@ -162,6 +194,14 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "主题设置"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/work/dict/item/index",
|
||||
"type": "page",
|
||||
"name": "dict-item",
|
||||
"style": {
|
||||
"navigationBarTitleText": "字典数据"
|
||||
}
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
|
||||
Reference in New Issue
Block a user