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