From 128b11525aa29852efc729bc90899580f29f78a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Wed, 1 Mar 2023 22:44:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=8E=A5=E5=8D=95=E5=A4=A7?= =?UTF-8?q?=E5=8E=85=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 6 ++++++ src/pages/get/index.vue | 32 ++++++++++++++++++++++++++++++++ src/pages/index/index.vue | 4 ++-- 3 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 src/pages/get/index.vue diff --git a/src/pages.json b/src/pages.json index cccc355..0a135d2 100644 --- a/src/pages.json +++ b/src/pages.json @@ -53,6 +53,12 @@ "style": { "navigationBarTitleText": "设置" } + }, + { + "path": "pages/get/index", + "style": { + "navigationBarTitleText": "接单大厅" + } } ], "globalStyle": { diff --git a/src/pages/get/index.vue b/src/pages/get/index.vue new file mode 100644 index 0000000..d87ba55 --- /dev/null +++ b/src/pages/get/index.vue @@ -0,0 +1,32 @@ + + + + + \ No newline at end of file diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index ae92898..890e923 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -36,7 +36,7 @@ - + {{ item.name }} @@ -101,7 +101,7 @@ export default { id: 1, icon: require("@/static/temp/index/1.png"), name: "接单大厅", - page: "", + page: "/pages/get/index", }, { id: 1,