123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "enablePullDownRefresh": true
- }
- },
-
- {
- "path": "pages/index-my/index-my",
- "style": {
- "navigationBarTitleText": "个人中心",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/auth-progress/auth-progress",
- "style": {
- "navigationBarTitleText": "认证进度"
- }
- },
- {
- "path": "pages/invite-proxy/invite-proxy",
- "style": {
- "navigationBarTitleText": "欢迎加入大卫博士!"
- }
- }, {
- "path": "pages/auth-progress/auth-progress",
- "style": {
- "navigationBarTitleText": "认证进度"
- }
- },
- {
- "path": "pages/auth-identity/auth-identity",
- "style": {
- "navigationBarTitleText": "用户认证"
- }
- }, {
- "path": "pages/share/share",
- "style": {
- "navigationBarTitleText": "分享"
- }
- }, {
- "path": "pages/phone-area/phone-area",
- "style": {
- "navigationBarTitleText": "选择国家/地区"
- }
- }, {
- "path": "pages/login-reg/login-reg",
- "style": {
- "navigationBarTitleText": "登录注册"
- }
- }, {
- "path": "pages/user-agreement/user-agreement",
- "style": {
- "navigationBarTitleText": "用户协议"
- }
- }, {
- "path": "pages/safe-manage/safe-manage",
- "style": {
- "navigationBarTitleText": "安全管理"
- }
- },
- {
- "path": "pages/person-card/person-card",
- "style": {
- "navigationBarTitleText": "个人名片"
- }
- },{
- "path": "pages/address-manage/address-manage",
- "style": {
- "navigationBarTitleText": "地址管理"
- }
- }, {
- "path": "pages/add-address/add-address",
- "style": {
- "navigationBarTitleText": "编辑地址"
- }
- }, {
- "path": "pages/auth-card/auth-card",
- "style": {
- "navigationBarTitleText": "授权书"
- }
- }, {
- "path": "pages/updata-psw/updata-psw",
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- },{
- "path": "pages/change-phone/change-phone",
- "style": {
- "navigationBarTitleText": "手机换绑"
- }
- },{
- "path": "pages/t-shart/t-shart",
- "style": {}
- }, {
- "path": "pages/test/test",
- "style": {}
- },
- {
- "path": "pages/feedback/index",
- "style": {
- "navigationBarTitleText": "填写信息",
- "enablePullDownRefresh": false
- }
- }
- , {
- "path": "pages/feedback/test2",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/index/page",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/share/box",
- "style": {
- "navigationBarTitleText": "分享",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/political/political",
- "style": {
- "navigationBarTitleText": "客服信息"
- }
- },
- {
- "path": "pages/webView/webView",
- "style": {
- "navigationBarTitleText": "大卫博士荣誉殿堂"
- }
- },
- {
- "path": "pages/webView/appraise",
- "style": {
- "navigationBarTitleText": "评价客服",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/gifts_list/gifts_list",
- "style": {
- "navigationBarTitleText": "礼品详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/freeze/freeze",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/scanQR/index",
- "style": {
- "navigationBarTitleText": "扫码发货",
- "enablePullDownRefresh": false
- }
- },{
- "path": "pages/howSend/howSend",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/scanQR/belong",
- "style": {
- "navigationBarTitleText": "所属者",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/scanQR/detail",
- "style": {
- "navigationBarTitleText": "产品信息",
- "enablePullDownRefresh": false
- }
- }
- ],
- "tabBar": {
- "color": "#333",
- "selectedColor": "#EA4A41",
- "backgroundColor": "#FFFFFF",
- "list": [{
- "text": "首页",
- "pagePath": "pages/index/index",
- "iconPath": "static/index/tabbar/home.png",
- "selectedIconPath": "static/index/tabbar/home_active.png"
- },
- {
- "text": "我的",
- "pagePath": "pages/index-my/index-my",
- "iconPath": "static/index/tabbar/mine.png",
- "selectedIconPath": "static/index/tabbar/mine_active.png"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationStyle": "custom",
- "app-plus": {
- "scrollIndicator": "none"
- },
- "h5": {
- "pullToRefresh": {
- "color": "#F76454"
- }
- }
- }
- }
|