邓洁 page: 地图

This commit is contained in:
邓洁
2023-11-04 21:57:57 +08:00
parent 6ce3b66029
commit 50722af798
6 changed files with 207 additions and 98 deletions

View File

@@ -8,7 +8,7 @@
}
},
"pages": [
//pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
//pages数组中第一项表示应用启动页
{
"path": "pages/index/index",
"style": {
@@ -21,6 +21,15 @@
"enablePullDownRefresh": true
}
},
{
"path": "pages/index/map/map",
"style": {
"navigationBarTitleText": "速配地图",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#339967",
"enablePullDownRefresh": false
}
},
{
"path": "pages/shopTransfer/shopTransfer",
"style": {
@@ -30,7 +39,6 @@
"enablePullDownRefresh": false
}
},
//+
{
"path": "pages/shopAddress/shopAddress",
"style": {