| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style":{
- "navigationBarTitleText": "一茶酒社"
- }
- },
- {
- "path": "pages/sign/index",
- "style":{
- "navigationBarTitleText": "任务"
- }
- },
- {
- "path": "pages/partner/index",
- "style":{
- "navigationBarTitleText": "联盟店"
- }
- },
- {
- "path": "pages/my/index",
- "style":{
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/my/login",
- "style":{
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/protocol/index",
- "style":{
- "navigationBarTitleText": "购买协议"
- }
- }
- ],
- "tabBar": {
- "color": "#505050",
- "selectedColor": "#12B280",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/nav/shouye.png",
- "selectedIconPath": "static/nav/shouye_select.png",
- "text": "首页"
- },
- {
- "pagePath":"pages/sign/index",
- "iconPath":"static/nav/qiandao.png",
- "selectedIconPath":"static/nav/qiandao_select.png",
- "text":"任务"
- },
- {
- "pagePath": "pages/partner/index",
- "iconPath": "static/nav/hehuoren.png",
- "selectedIconPath": "static/nav/hehuoren_select.png",
- "text": "联盟店"
- },
- {
- "pagePath":"pages/my/index",
- "iconPath":"static/nav/wode.png",
- "selectedIconPath":"static/nav/wode_select.png",
- "text":"我的"
- }
- ]
- },
- "easycom": {
- "autoscan": true,
- "custom": {
- // uni-ui 规则如下配置
- "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
- }
- // "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "globalStyle":
- {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uniapp",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#fff",
- "app-plus":
- {
- "titleNView": false
- }
- },
- "condition": {
- "current": 1,
- "list": []
- }
- }
|