1 Star 2 Fork 0

程序猿大波/UniChongDianZhuangAPPlet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.29 KB
一键复制 编辑 原始数据 按行查看 历史
cuifengbo 提交于 2023-09-11 09:53 . 1
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path" : "pages/app/index",
"style" :
{
"navigationBarTitleText": "糯米充电",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/app/infoItem",
"style" :
{
"navigationBarTitleText": "资讯详情",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/login/regist",
"style" :
{
"navigationBarTitleText": "注册",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/order/order",
"style" :
{
"navigationBarTitleText": "充电订单",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/app/chargeInfo/chargeInfo",
"style" :
{
"navigationBarTitleText": "充电站详情",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/home/home",
"style" :
{
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/app/collect/collect",
"style" :
{
"navigationBarTitleText": "我的收藏",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"mp-alipay": {
"allowsBounceVertical": "NO",
"transparentTitle": "always"
}
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3c9cff",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/app/index",
"iconPath": "static/images/index1.png",
"selectedIconPath": "static/images/index2.png",
"text": "首页"
}, {
"pagePath": "pages/order/order",
"iconPath": "static/images/charge1.png",
"selectedIconPath": "static/images/charge2.png",
"text": "订单"
}, {
"pagePath": "pages/home/home",
"iconPath": "static/images/myself1.png",
"selectedIconPath": "static/images/myself2.png",
"text": "我的"
}]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qwrqwf/UniChongDianZhuangAPPlet.git
git@gitee.com:qwrqwf/UniChongDianZhuangAPPlet.git
qwrqwf
UniChongDianZhuangAPPlet
UniChongDianZhuangAPPlet
main

搜索帮助