123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "团队新增代理"
- // 团队新增代理
- }
- },
- {
- "path": "pages/view/page2",
- "style": {
- "navigationBarTitleText": "新增代理及卖货情况每日推送"
- }
- },{
- "path" : "pages/query/one",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/query/two",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/scanQR/index",
- "style" :
- {
- "navigationBarTitleText": "出库信息查询",
- "enablePullDownRefresh": false
- }
- },{
- "path" : "pages/companyRewards/index",
- "style" :
- {
- "navigationBarTitleText": "代理公司奖金明细",
- "enablePullDownRefresh": false
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationStyle": "custom",
- "app-plus": {
- "scrollIndicator": "none"
- }
- }
- }
|