123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [{
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": ""
- //登录
- //"navigationStyle":"custom"
- }
- }, {
- "path": "pages/login/chooseRole",
- "style": {
- "navigationBarTitleText": "选择角色",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/login/register",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },{
- "path": "pages/login/userAgreement",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "app-plus": {
- "titleNView": {
- "backgroundColor": "#ff4200",
- "titleColor": "#fff"
- }
- }
- }
- },
- {
- "path": "pages/order/OrderIndex",
- "style": {
- "navigationBarTitleText": "订单中心",
- "app-plus": {
- "titleNView": {
- "backgroundColor": "#ff4200",
- "titleColor": "#fff"
- }
- }
- }
- },
- {
- "path": "pages/message/MessageIndex",
- "style": {
- "navigationBarTitleText": "消息中心",
- "app-plus": {
- "titleNView": {
- "backgroundColor": "#ff4200",
- "titleColor": "#fff"
- }
- }
- }
- }
- , {
- "path": "pages/personal/personal",
- "style": {
- "navigationBarTitleText": "个人中心",
- "app-plus": {
- "titleNView": {
- "backgroundColor": "#ff4200",
- "titleColor": "#fff"
- }
- }
- }
- }
- ,{
- "path" : "pages/enterprise/enterprise",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/oneMarket/oneMarket",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/goodsDetails/goodsDetails",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/twoMarket/twoMarket",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#3cc51f",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/icon/home-icon.png",
- "selectedIconPath": "static/icon/home-icon-select.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/order/OrderIndex",
- "iconPath": "static/icon/order-icon.png",
- "selectedIconPath": "static/icon/order-icon-select.png",
- "text": "订单"
- },
- {
- "pagePath": "pages/message/MessageIndex",
- "iconPath": "static/icon/message-icon.png",
- "selectedIconPath": "static/icon/message-icon-select.png",
- "text": "消息"
- },
- {
- "pagePath": "pages/personal/personal",
- "iconPath": "static/icon/person-icon.png",
- "selectedIconPath": "static/icon/person-icon-select.png",
- "text": "个人中心"
- }
- ]
- }
- }
|