1 Star 0 Fork 0

这个月亮有点冷/云闪筑充-小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 4.84 KB
一键复制 编辑 原始数据 按行查看 历史
这个月亮有点冷 提交于 2024-06-17 18:11 . init
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path": "pages/tabbar/index/index",
"style": {
"navigationStyle": "custom",
// #ifdef MP-ALIPAY
"transparentTitle": "always",
// #endif
"enablePullDownRefresh": true
}
},
{
"path": "pages/tabbar/mine/my",
"style": {
"enablePullDownRefresh": true,
// #ifdef MP-ALIPAY
"transparentTitle": "always",
// #endif
"navigationStyle": "custom"
}
}
],
"subPackages": [{
"root": "pages/mine",
"pages": [{
"path": "order/myOrder",
"style": {
"navigationBarTitleText": "我的订单",
"enablePullDownRefresh": true,
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "wallet/index",
"style": {
"navigationBarTitleText": "钱包",
"enablePullDownRefresh": true,
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "wallet/rechargeMoney",
"style": {
"navigationBarTitleText": "充值"
}
},
{
"path": "order/detail",
"style": {
"navigationStyle": "custom",
// #ifdef MP-ALIPAY
"transparentTitle": "always",
// #endif
"navigationBarTextStyle": "white",
"navigationBarTitleText": "订单详情",
"backgroundColor": "@tabBarBgColor"
}
},
{
"path": "car/index",
"style": {
"navigationBarTitleText": "我的车辆"
}
},
{
"path": "car/detail",
"style": {
"navigationBarTitleText": "添加车辆"
}
},
{
"path": "feedback/list",
"style": {
"navigationBarTitleText": "反馈列表",
"enablePullDownRefresh": true
}
},
{
"path": "feedback/submit",
"style": {
"navigationBarTitleText": "意见反馈"
}
},
{
"path": "about/index",
"style": {
"navigationBarTitleText": "关于我们"
}
},
{
"path": "vip/index",
"style": {
"navigationBarTitleText": "成为会员"
}
},
{
"path": "profile/index",
"style": {
"navigationBarTitleText": "个人信息",
"app-plus": {
"titleNView": {
"padding-right": "12",
"buttons": [{
"text": "保存",
"fontSize": "16",
"width": "auto",
"color": "#FFFFFF"
}]
}
}
}
}
]
},
{
"root": "pages/passport",
"pages": [{
"path": "login",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
// #ifdef MP-ALIPAY
"transparentTitle": "always",
// #endif
"app-plus": {
"titleNView": false,
"animationType": "slide-in-bottom",
"scrollIndicator": "none",
"safearea": {
"bottom": {
"offset": "none"
}
}
}
}
},
{
"path": "mpLogin",
"style": {
"navigationBarTitleText": "小程序登录",
"navigationStyle": "custom",
// #ifdef MP-ALIPAY
"transparentTitle": "always",
// #endif
"navigationBarTextStyle": "black"
}
}
]
},
{
"root": "pages/station",
"pages": [{
"path": "index"
},
{
"path": "charge/charging",
"style": {
"navigationStyle": "custom",
// #ifdef MP-ALIPAY
"transparentTitle": "always",
// #endif
"navigationBarTextStyle": "white",
"app-plus": {
"titleNView": false,
"animationType": "slide-in-bottom",
"scrollIndicator": "none",
"safearea": {
"bottom": {
"offset": "none"
}
}
}
}
},
{
"path": "charge/chargingDetail",
"style": {
"navigationStyle": "custom",
// #ifdef MP-ALIPAY
"transparentTitle": "always",
// #endif
"navigationBarTextStyle": "white",
"app-plus": {
"titleNView": false,
"animationType": "slide-in-bottom",
"scrollIndicator": "none",
"safearea": {
"bottom": {
"offset": "none"
}
}
}
}
}
]
}
],
"lazyCodeLoading": "requiredComponents",
"globalStyle": {
"navigationBarTextStyle": "@navTxtStyle",
"navigationBarTitleText": "",
"titleColor": "#303133",
"navigationBarBackgroundColor": "@tabBarBgColor",
"backgroundColor": "@tabBarBgColor",
"app-plus": {
// 全局关闭回弹功能
"bounce": "none"
}
},
"tabBar": {
"color": "#C2C2C2",
"selectedColor": "#05e514",
"borderStyle": "black",
"backgroundColor": "@tabBarBgColor",
"list": [{
"pagePath": "pages/tabbar/index/index",
"iconPath": "static/tabbar/charging.png",
"selectedIconPath": "static/tabbar/charging-s.png",
"text": "充电"
},
{
"pagePath": "pages/tabbar/mine/my",
"iconPath": "static/tabbar/my.png",
"selectedIconPath": "static/tabbar/my-s.png",
"text": "我的"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/azhe-w/yunshanzhuchong.git
git@gitee.com:azhe-w/yunshanzhuchong.git
azhe-w
yunshanzhuchong
云闪筑充-小程序
master

搜索帮助