You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

214 lines
4.1 KiB

{
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{ //
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"app-plus": {
"bounce": "none"
}
}
}, { //
"path": "pages/login/BindMobile",
"style": {
"navigationBarTitleText": "更换手机号",
"app-plus": {
"bounce": "none"
}
}
}, { //
"path": "pages/set/index",
"style": {
"navigationBarTitleText": "设置",
"app-plus": {
"bounce": "none"
}
}
}, { //
"path": "pages/Mypurse/Withdrawal/index",
"style": {
"navigationBarTitleText": "提现",
"app-plus": {
"bounce": "none"
}
}
}, { //
"path": "pages/Mypurse/index",
"style": {
"navigationBarTitleText": "",
"app-plus": {
"bounce": "none"
}
}
}, { //
"path": "pages/Mypurse/history/history",
"style": {
"navigationBarTitleText": "历史账单",
"app-plus": {
"bounce": "none"
}
}
}, { //
"path": "pages/Orderstatistics/index",
"style": {
"navigationBarTitleText": "",
"app-plus": {
"bounce": "none"
}
}
}, { //
"path": "pages/mycomment/index",
"style": {
"navigationBarTitleText": "我的评价",
"app-plus": {
"bounce": "none"
}
}
}, { //
"path": "pages/login/regist",
"style": {
"navigationBarTitleText": "注册账号",
"app-plus": {
"bounce": "none"
}
}
},
{ //
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},
{ //
"path": "pages/login/country",
"style": {
"navigationBarTitleText": ""
}
},
{ //H5
"path": "pages/webview/index",
"style": {
"navigationBarTitleText": ""
}
},
{ //
"path": "pages/Missionmap/index",
"style": {
"navigationBarTitleText": "任务地图",
"app-plus": {
"bounce": "none"
}
}
},
{ //
"path": "pages/uploadphoto/index",
"style": {
"navigationBarTitleText": "图片上传",
"app-plus": {
"bounce": "none"
}
}
},
{ //
"path": "pages/detailmap/index",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/goods/goodsList",
"style": {
"navigationBarTitleText": "商品管理",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/goods/addGoods",
"style": {
"navigationBarTitleText": "新增商品",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/myCenter/shopDetail",
"style": {
"navigationBarTitleText": "商家详情",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/myCenter/businessInfo",
"style": {
"navigationBarTitleText": "营业信息",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/goods/gategory",
"style": {
"navigationBarTitleText": "分类管理",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/goods/gategoryLow",
"style": {
"navigationBarTitleText": "子分类管理",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/deductionStatistics/index",
"style": {
"navigationBarTitleText": "扣减记录",
"app-plus": {
"bounce": "none"
}
}
}
],
"permission": {
"scope.userLocation": {
"desc": "获取你的位置信息"
},
"scope.userLocationBackground": {
"desc": "获取你的位置信息"
}
},
"requiredBackgroundModes": ["location"],
"app-plus": {
"compatible": {
"ignoreVersion": true //trueHBuilderX1.9.0
}
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF"
}
}