diff --git a/agentApp/pages.json b/agentApp/pages.json index b933bfb..fa6aab0 100644 --- a/agentApp/pages.json +++ b/agentApp/pages.json @@ -1,6 +1,18 @@ { "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + { + "path" : "pages/allpages/index", + "style" : + { + "navigationBarTitleText": "调试所有页面", + "navigationBarBackgroundColor": "#1783FF", + "navigationBarTextStyle": "white" + // "enablePullDownRefresh": false + + } + + }, { "path" : "pages/login/index", "style" : diff --git a/agentApp/pages/allpages/index.vue b/agentApp/pages/allpages/index.vue new file mode 100644 index 0000000..f68f697 --- /dev/null +++ b/agentApp/pages/allpages/index.vue @@ -0,0 +1,49 @@ + + + + + \ No newline at end of file