diff --git a/src/pages.json b/src/pages.json
index d9a0e75..71fe898 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -839,6 +839,48 @@
"navigationBarTitleText": "关于我们",
"disableScroll": true
}
+ },
+ {
+ "path": "system/index",
+ "style": {
+ "navigationBarTitleText": "系统管理"
+ }
+ },
+ {
+ "path": "system/dict/list",
+ "style": {
+ "navigationBarTitleText": "字典管理"
+ }
+ },
+ {
+ "path": "system/dict/addEdit",
+ "style": {
+ "navigationBarTitleText": "字典管理"
+ }
+ },
+ {
+ "path": "system/dict/details",
+ "style": {
+ "navigationBarTitleText": "字典详情"
+ }
+ },
+ {
+ "path": "system/dictData/list",
+ "style": {
+ "navigationBarTitleText": "字典数据"
+ }
+ },
+ {
+ "path": "system/dictData/addEdit",
+ "style": {
+ "navigationBarTitleText": "字典数据"
+ }
+ },
+ {
+ "path": "system/dictData/details",
+ "style": {
+ "navigationBarTitleText": "数据详情"
+ }
}
]
},
diff --git a/src/pages/mine.vue b/src/pages/mine.vue
index 804ca82..81c7bfe 100644
--- a/src/pages/mine.vue
+++ b/src/pages/mine.vue
@@ -85,6 +85,24 @@
+
+