From bf843c0f79ef9e8ee583d378d54eae43450a24ca Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Tue, 25 Jul 2023 14:10:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=85=AC=E5=91=8A=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=8A=9F=E8=83=BD,=E6=90=9C=E7=B4=A2=E5=85=AC?= =?UTF-8?q?=E5=91=8A=E5=88=97=E8=A1=A8=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.js | 2 +- pages.json | 9 ++ subpkg/noticeList/noticeList.vue | 175 +++++++++++++++++++++++++++++++ 3 files changed, 185 insertions(+), 1 deletion(-) create mode 100644 subpkg/noticeList/noticeList.vue diff --git a/config/app.js b/config/app.js index 39d6763..e175a63 100644 --- a/config/app.js +++ b/config/app.js @@ -26,7 +26,7 @@ httpApiThree = 'baseUrlTest' //生产 module.exports = { // 请求域名 格式: https://您的域名 - // #ifdef MP || APP-PLUS + // #ifdef MP || APP-PLUS || H5 HTTP_REQUEST_URL: httpApi, HTTP_REQUEST_URL_THREE: httpApiThree, // #endif diff --git a/pages.json b/pages.json index 2f1cdf6..9291dcc 100644 --- a/pages.json +++ b/pages.json @@ -254,6 +254,15 @@ "navigationBarTextStyle": "white" } + }, { + "path": "noticeList/noticeList", + "style": { + "navigationBarTitleText": "公告列表", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#3175f9", + "navigationBarTextStyle": "white" + } + }] }], "globalStyle": { diff --git a/subpkg/noticeList/noticeList.vue b/subpkg/noticeList/noticeList.vue new file mode 100644 index 0000000..3142b1a --- /dev/null +++ b/subpkg/noticeList/noticeList.vue @@ -0,0 +1,175 @@ + + + + + \ No newline at end of file