From b8fbbb8053c40a863cafc894f7c2ec402aae580d Mon Sep 17 00:00:00 2001 From: minimaxagent1 Date: Tue, 29 Jul 2025 15:14:31 +0800 Subject: [PATCH] =?UTF-8?q?Monk=E7=BB=84=E4=BB=B6=E4=B8=AD=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=A1=86=E7=9A=84=E5=88=9B=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- enum/common.js | 5 + enum/monk.js | 7 ++ enum/navBar.js | 6 + pages.json | 9 ++ pages/Monk/Monk.vue | 104 ++++++++++++++++++ .../institutionalStructure.vue | 2 +- pages/walkInto/walkInto.vue | 18 ++- 7 files changed, 144 insertions(+), 7 deletions(-) create mode 100644 enum/common.js create mode 100644 enum/monk.js create mode 100644 enum/navBar.js create mode 100644 pages/Monk/Monk.vue diff --git a/enum/common.js b/enum/common.js new file mode 100644 index 0000000..06030fc --- /dev/null +++ b/enum/common.js @@ -0,0 +1,5 @@ +export const CommonEnum = { + + BACKGROUND: "https://api.ccttiot.com/image-1753769939853.png", //返回的按钮图像 +}; +export default CommonEnum; \ No newline at end of file diff --git a/enum/monk.js b/enum/monk.js new file mode 100644 index 0000000..8ee11d7 --- /dev/null +++ b/enum/monk.js @@ -0,0 +1,7 @@ + +export const MonkEnum = { + + SEARCH: "https://api.ccttiot.com/image-1753769500465.png", //返回的按钮图像 +}; + +export default MonkEnum; \ No newline at end of file diff --git a/enum/navBar.js b/enum/navBar.js new file mode 100644 index 0000000..ee3f663 --- /dev/null +++ b/enum/navBar.js @@ -0,0 +1,6 @@ +export const navBarEnum = { + + BACK: "https://api.ccttiot.com/image-1753761480650.png", //返回的按钮图像 +}; + +export default navBarEnum; diff --git a/pages.json b/pages.json index 23a368a..c448f77 100644 --- a/pages.json +++ b/pages.json @@ -70,6 +70,15 @@ "enablePullDownRefresh": false, "navigationStyle": "custom" } + }, + { + "path" : "pages/Monk/Monk", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } } ], diff --git a/pages/Monk/Monk.vue b/pages/Monk/Monk.vue new file mode 100644 index 0000000..43ceef2 --- /dev/null +++ b/pages/Monk/Monk.vue @@ -0,0 +1,104 @@ + + + + + \ No newline at end of file diff --git a/pages/institutionalStructure/institutionalStructure.vue b/pages/institutionalStructure/institutionalStructure.vue index 00808ef..9b3660e 100644 --- a/pages/institutionalStructure/institutionalStructure.vue +++ b/pages/institutionalStructure/institutionalStructure.vue @@ -4,7 +4,7 @@ title-size='36' height='50' :title-style="{ fontWeight: 2000 }" id="navbar"> - + diff --git a/pages/walkInto/walkInto.vue b/pages/walkInto/walkInto.vue index ee63b14..e016a8d 100644 --- a/pages/walkInto/walkInto.vue +++ b/pages/walkInto/walkInto.vue @@ -4,7 +4,8 @@ title-size='36' height='36' id="navbar"> - 111 + + 111 @@ -29,15 +30,20 @@ export default { \ No newline at end of file