2 Star 1 Fork 1

邱茂/移动口罩

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.60 KB
一键复制 编辑 原始数据 按行查看 历史
超级无敌暴龙战神 提交于 2022-08-17 15:16 . d
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/w/index/index"
},
{
"path": "pages/index/index"
}, {
"path": "pages/map/map"
}, {
"path": "pages/w/leftrightscroll/leftrightscroll"
}, {
"path": "pages/w/carousel/carousel"
}, {
"path": "pages/w/secondaryMenu/secondaryMenu"
}, {
"path": "pages/mine/mine"
}, {
"path": "pages/buy/buy"
}, {
"path": "pages/order/order",
"style": {
"onReachBottomDistance": 50,
"enablePullDownRefresh": true
}
}, {
"path": "pages/set/set"
}, {
"path": "pages/startPage/startPage"
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "罩夕相伴",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF"
},
/*"tabBar": {
"list": [{
"selectedIconPath": "static/home.png",
"pagePath": "pages/index/index",
"iconPath": "static/home1.png",
"text": "主页"
}, {
"selectedIconPath": "static/map.png",
"pagePath": "pages/map/map",
"iconPath": "static/map1.png",
"text": "地图"
}, {
"selectedIconPath": "static/map.png",
"pagePath": "pages/test/test",
"iconPath": "static/map1.png",
"text": "test"
}]
},*/
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示" // 高速公路行驶持续后台定位
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qiu-mao/mobilemask.git
git@gitee.com:qiu-mao/mobilemask.git
qiu-mao
mobilemask
移动口罩
master

搜索帮助