幼教产品B2B生态平台小程序端
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.

279 lines
6.9 KiB

12 months ago
{
"pages": [
{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/index/index",
"style" :
{
11 months ago
"enablePullDownRefresh": true
12 months ago
}
},
{
"path" : "pages/supplier/supplier",
"style" :
{
"navigationBarTitleText": "供应商",
11 months ago
"enablePullDownRefresh": true
12 months ago
}
},
{
"path" : "pages/shop/shop",
"style" :
{
"navigationBarTitleText": "商城",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/person/person",
"style" :
{
"navigationBarTitleText": "我的",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}
],
"subPackages": [
{
12 months ago
"root": "other",
12 months ago
"pages": [
{
"path" : "supplierDetail/supplierDetail",
"style" :
{
"navigationBarTitleText": "供应商详情",
11 months ago
"enablePullDownRefresh": true
12 months ago
}
},
{
"path" : "activityDetail/activityDetail",
"style" :
{
"navigationBarTitleText" : "活动详情",
12 months ago
"enablePullDownRefresh" : true
12 months ago
}
12 months ago
},
{
"path" : "registeredActivity/registeredActivity",
"style" :
{
"navigationBarTitleText" : "已报名活动",
"enablePullDownRefresh" : true
}
11 months ago
},
{
"path" : "goods/goods",
"style" :
{
"navigationBarTitleText" : "商品管理",
"enablePullDownRefresh" : true
}
},
{
"path" : "addGoods/addGoods",
"style" :
{
11 months ago
"navigationBarTitleText" : "商品",
11 months ago
"enablePullDownRefresh" : false
}
11 months ago
},
{
"path" : "vouchers/vouchers",
"style" :
{
"navigationBarTitleText" : "电子券",
"enablePullDownRefresh" : true
}
11 months ago
},
{
"path" : "procure/procure",
"style" :
{
"navigationBarTitleText" : "采购咨询",
"enablePullDownRefresh" : true
}
},
{
"path" : "procureDetail/procureDetail",
"style" :
{
11 months ago
"navigationBarTitleText" : "采购详情",
11 months ago
"enablePullDownRefresh" : false
}
11 months ago
},
{
"path" : "clue/clue",
"style" :
{
"navigationBarTitleText" : "商机线索",
"enablePullDownRefresh" : true
}
11 months ago
},
{
"path" : "hotDetail/hotDetail",
"style" :
{
"navigationBarTitleText" : "爆款详情",
"enablePullDownRefresh" : false
}
12 months ago
}
]
},
{
"root": "team",
"pages": [
{
"path" : "setting/setting",
"style" :
{
"navigationBarTitleText": "设置",
"enablePullDownRefresh": false
}
},
{
"path" : "teams/teams",
"style" :
{
"navigationBarTitleText": "团队",
"enablePullDownRefresh": true
}
},
{
"path" : "addStaff/addStaff",
"style" :
{
"navigationBarTitleText": "邀请成员",
"enablePullDownRefresh": false
}
},
{
"path" : "phone/phone",
"style" :
{
"navigationBarTitleText": "修改手机号",
"enablePullDownRefresh": false
}
}
,{
"path" : "qrcode/qrcode",
"style" :
{
"navigationBarTitleText": "邀请加入",
"enablePullDownRefresh": false
}
}
12 months ago
,{
"path" : "info/info",
"style" :
12 months ago
{
12 months ago
"navigationBarTitleText": "信息维护",
12 months ago
"enablePullDownRefresh": false
}
12 months ago
},
12 months ago
{
12 months ago
"path" : "userName/userName",
"style" :
12 months ago
{
11 months ago
"navigationBarTitleText" : "姓名修改",
12 months ago
"enablePullDownRefresh" : false
12 months ago
}
12 months ago
},
{
"path" : "auth/auth",
"style" :
{
"navigationBarTitleText" : "企业认证",
"enablePullDownRefresh" : false
}
12 months ago
},
{
"path" : "infoEdit/infoEdit",
"style" :
{
"navigationBarTitleText" : "信息维护",
"enablePullDownRefresh" : false
}
12 months ago
},
{
"path" : "certified/certified",
"style" :
{
11 months ago
"navigationBarTitleText" : "已认证",
12 months ago
"enablePullDownRefresh" : false
}
12 months ago
},
{
"path" : "personAuth/personAuth",
"style" :
{
"navigationBarTitleText" : "实名认证",
"enablePullDownRefresh" : false
}
11 months ago
},
{
"path" : "rePersonAuth/rePersonAuth",
"style" :
{
"navigationBarTitleText" : "实名认证",
"enablePullDownRefresh" : false
}
12 months ago
}
]
}
],
"preloadRule": {
"pages/index/index": {
"network": "all",
12 months ago
"packages": ["other"]
12 months ago
}
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "test", //模式名称
"path": "pages/login/login" //启动页面,必选
}]
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "幼教产业B2B产业平台",
12 months ago
"navigationBarBackgroundColor": "#4876f9",
12 months ago
"backgroundColor": "#f5f5f5",
"app-plus": {
"background": "#efeff4"
}
},
"tabBar": {
"color": "#B8B9B8",
12 months ago
"selectedColor": "#4876f9",
12 months ago
"borderStyle": "white",
"backgroundColor": "#ffffff",
"fontSize": "22px",
"iconWidth": "20px",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/image/tab1.png",
"selectedIconPath": "static/image/tab1-1.png",
"text": "首页"
}, {
"pagePath": "pages/supplier/supplier",
"iconPath": "static/image/tab2.png",
"selectedIconPath": "static/image/tab2-1.png",
"text": "供应商"
}, {
"pagePath": "pages/person/person",
"iconPath": "static/image/tab4.png",
"selectedIconPath": "static/image/tab4-1.png",
"text": "我的"
}]
}
}