From b5fd142d35ec67313ca1cd017c39f100c291a804 Mon Sep 17 00:00:00 2001 From: minimaxagent1 Date: Thu, 7 Aug 2025 11:43:34 +0800 Subject: [PATCH] =?UTF-8?q?abbot.vue=E6=96=87=E4=BB=B6=E7=9A=84=E5=88=9B?= =?UTF-8?q?=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 9 + pages/abbot/abbot.vue | 325 ++++++++++++++++++ pages/index/index.vue | 3 - .../mixins/data-manager.js | 2 +- 4 files changed, 335 insertions(+), 4 deletions(-) create mode 100644 pages/abbot/abbot.vue diff --git a/pages.json b/pages.json index 5bf1427..5a9f51d 100644 --- a/pages.json +++ b/pages.json @@ -170,6 +170,15 @@ "enablePullDownRefresh": false, "navigationStyle": "custom" } + }, + { + "path" : "pages/abbot/abbot", + "style" : + { + "navigationBarTitleText" : "", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } } ], diff --git a/pages/abbot/abbot.vue b/pages/abbot/abbot.vue new file mode 100644 index 0000000..9b871f1 --- /dev/null +++ b/pages/abbot/abbot.vue @@ -0,0 +1,325 @@ + + + + + diff --git a/pages/index/index.vue b/pages/index/index.vue index c35eab4..0b38ea3 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -14,12 +14,9 @@ bgc: { backgroundColor: "#8883f0", }, - - } }, methods: { - } } diff --git a/pages/institutionalStructure/mixins/data-manager.js b/pages/institutionalStructure/mixins/data-manager.js index 4951be0..adc72cd 100644 --- a/pages/institutionalStructure/mixins/data-manager.js +++ b/pages/institutionalStructure/mixins/data-manager.js @@ -7,7 +7,7 @@ export const dataManagerMixin = { data() { return { // 数据数组 - dataList: [], + dataList: [], // 加载状态 loading: false, // 分页参数