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.

301 lines
5.8 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/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"
}
7 days ago
}
},
3 days ago
{
"path": "pages/myCenter/setPrint",
"style": {
"navigationBarTitleText": "打印设置",
"app-plus": {
"bounce": "none"
}
}
},
7 days ago
{
"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"
}
}
3 days ago
},
{
"path": "pages/shop/dataStatistics",
"style": {
"navigationBarTitleText": "数据统计",
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/shop/goodsList",
"style": {
"navigationBarTitleText": "商品列表",
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/shop/orderDetail",
"style": {
"navigationBarTitleText": "商家订单详情",
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/shop/shopBill",
"style": {
"navigationBarTitleText": "商家账单",
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/shop/shopEvaluate",
"style": {
"navigationBarTitleText": "商家评价",
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/shop/shopOrderList",
"style": {
"navigationBarTitleText": "商家订单",
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},{
"path": "pages/shop/shopSettlementDetail",
"style": {
"navigationBarTitleText": "商家账单详情",
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},{
"path": "pages/shop/addGoods",
"style": {
"navigationBarTitleText": "新增商品",
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},{
"path": "pages/shop/addType",
"style": {
"navigationBarTitleText": "新增分类",
"navigationStyle": "custom",
"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"
}
}