freight-ts-dy-web/src/pages.json

139 lines
3.4 KiB
JSON
Raw Normal View History

2024-09-06 01:53:51 +00:00
{
"easycom": {
"autoscan": true,
// 注意一定要放在custom里否则无效https://ask.dcloud.net.cn/question/131175
"custom": {
"^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue",
// 以ava开头的组件 配置后需要重启服务
"^Ava(.*)": "@/components/Ava$1/Ava$1.vue",
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
}
},
"pages": [
{
"path": "pagesHome/index",
"style": {
2024-09-14 06:16:32 +00:00
// "navigationStyle": "custom", // 控制头部是否显示
2024-09-06 01:53:51 +00:00
"navigationBarTitleText": "首页"
}
},
{
"path": "pagesHome/profile",
"style": {
2024-09-14 06:16:32 +00:00
// "navigationStyle": "custom", // 控制头部是否显示
2024-09-06 01:53:51 +00:00
"navigationBarTitleText": "我的"
}
}
//pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
],
"subPackages": [
{
"root": "pagesBattery",
"pages": [
{
"path": "index",
"style": {
"navigationBarTitleText": "电池回收"
}
},
{
"path": "inquiry",
"style": {
"navigationBarTitleText": "我要询价"
}
},
{
"path": "registration",
"style": {
"navigationBarTitleText": "我要登记"
}
}
]
},
{
"root": "pagesScrapSteel",
"pages": [
{
"path": "index",
"style": {
2024-09-24 07:53:11 +00:00
"navigationBarTitleText": "服务案例"
2024-09-06 01:53:51 +00:00
}
},
{
"path": "registration",
"style": {
"navigationBarTitleText": "我要加入"
}
}
]
},
{
"root": "pagesVehicle",
"pages": [
{
"path": "index",
"style": {
"navigationBarTitleText": "报废车辆回收"
}
},
{
"path": "inquiry",
"style": {
"navigationBarTitleText": "我要询价"
}
},
{
"path": "registration",
"style": {
"navigationBarTitleText": "我要登记"
}
},
{
"path": "recycleFlow",
"style": {
"navigationBarTitleText": "回收流程"
}
},
{
"path": "requiredMaterials",
"style": {
"navigationBarTitleText": "所需材料"
}
}
]
}
],
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#00D2E3",
"custom": true, //隐藏官方选项卡
"height": "0px",
"list": [
{
"pagePath": "pagesHome/index",
2024-09-14 08:08:23 +00:00
"text": ""
2024-09-06 01:53:51 +00:00
},
{
"pagePath": "pagesHome/profile",
2024-09-14 08:08:23 +00:00
"text": ""
2024-09-06 01:53:51 +00:00
}
]
},
"permissions": {
2024-09-06 07:48:18 +00:00
"scope.userLocation": true,
"scope.userInfo": true,
"scope.snsapi_base": true,
"scope.album": true,
"scope.CAMERA": true
2024-09-06 01:53:51 +00:00
},
2024-09-06 02:52:02 +00:00
"pageOrientation": "auto",
2024-09-06 01:53:51 +00:00
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "智能回收",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#ffffff"
},
}