diff --git a/pages.json b/pages.json index de6be38..a4f021d 100644 --- a/pages.json +++ b/pages.json @@ -168,6 +168,12 @@ "backgroundColorBottom": "#ffffff" } }, + { + "path": "config", + "style": { + "navigationBarTitleText": "演示配置" + } + }, { "path": "set", "style": { diff --git a/pages/home/index.vue b/pages/home/index.vue index 59ba226..d9dc43e 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -1,5 +1,5 @@