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