9 changed files with 547 additions and 401 deletions
Unified View
Diff Options
-
2components/scroll-list/scroll-list.vue
-
762pages.json
-
2pages/login/index.vue
-
18pages/mall/index.vue
-
2pages/mine/index.vue
-
2pages/setting/index.vue
-
40pages/submit-quotation/index.vue
-
4utils/hook.js
-
116utils/index.js
@ -1,381 +1,385 @@ |
|||||
{ |
{ |
||||
"pages": [{ |
|
||||
"path": "pages/start-page/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "启动页", |
|
||||
"navigationStyle": "custom", |
|
||||
"enablePullDownRefresh": false |
|
||||
} |
|
||||
|
|
||||
}, { |
|
||||
"path": "pages/client/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "客户", |
|
||||
"navigationStyle": "custom" |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/client-list/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "客户列表", |
|
||||
"navigationStyle": "custom" |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/search/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "客户搜索", |
|
||||
"navigationStyle": "custom" |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/add-user/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "添加客户", |
|
||||
"navigationStyle": "custom" |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/trade/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "交易", |
|
||||
"navigationStyle": "custom" |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/mall/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "商城", |
|
||||
"navigationStyle": "custom" |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/mine/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "我的", |
|
||||
"enablePullDownRefresh": false, |
|
||||
"navigationStyle": "custom" |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/login/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "登录", |
|
||||
"enablePullDownRefresh": false, |
|
||||
"navigationStyle": "custom" |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/enterprise-info/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "完善企业信息", |
|
||||
"enablePullDownRefresh": false, |
|
||||
"navigationStyle": "custom" |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/toggle-supplier/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "切换供应商", |
|
||||
"enablePullDownRefresh": false, |
|
||||
"navigationStyle": "custom" |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/message/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "消息中心", |
|
||||
"enablePullDownRefresh": false, |
|
||||
"navigationStyle": "custom" |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/order-detail/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "订单详情", |
|
||||
"enablePullDownRefresh": false, |
|
||||
"navigationStyle": "custom" |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/setting/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "系统设置", |
|
||||
"enablePullDownRefresh": false, |
|
||||
"navigationStyle": "custom" |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/agreement/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "用户与隐私协议", |
|
||||
"enablePullDownRefresh": false, |
|
||||
"navigationStyle": "custom" |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/client-detail/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "客户详情", |
|
||||
"navigationStyle": "custom" |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/client-credit/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "客户授信", |
|
||||
"navigationStyle": "custom", |
|
||||
"enablePullDownRefresh": false |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/month-credit/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "月结授信", |
|
||||
"navigationStyle": "custom", |
|
||||
"enablePullDownRefresh": false |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/fs-credit/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "飞算授信", |
|
||||
"navigationStyle": "custom", |
|
||||
"enablePullDownRefresh": false |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/guarantee-agreement/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "担保协议", |
|
||||
"navigationStyle": "custom", |
|
||||
"enablePullDownRefresh": false |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/client-credit-limit/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "授信额度", |
|
||||
"navigationStyle": "custom", |
|
||||
"enablePullDownRefresh": false |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/client-credit-list/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "客户授信列表", |
|
||||
"navigationStyle": "custom", |
|
||||
"enablePullDownRefresh": false |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/client-credit-detail/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "授信信息", |
|
||||
"navigationStyle": "custom", |
|
||||
"enablePullDownRefresh": false |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/my-offer/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "我的报价", |
|
||||
"navigationStyle": "custom", |
|
||||
"enablePullDownRefresh": false |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/submit-quotation/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "提交报价", |
|
||||
"navigationStyle": "custom", |
|
||||
"enablePullDownRefresh": false |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/quotation-details/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "报价详情", |
|
||||
"navigationStyle": "custom", |
|
||||
"enablePullDownRefresh": false |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/switching-mall/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "切换商城", |
|
||||
"navigationStyle": "custom", |
|
||||
"enablePullDownRefresh": false |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/add-paper/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "添加纸品", |
|
||||
"navigationStyle": "custom", |
|
||||
"enablePullDownRefresh": false |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/page-view/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "统一第三方页面", |
|
||||
"enablePullDownRefresh": false |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/credit-management/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "征信管理", |
|
||||
"navigationStyle": "custom" |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/credit-order-list/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "账期订单融资", |
|
||||
"navigationStyle": "custom" |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/contract-manage/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "合同管理", |
|
||||
"navigationStyle": "custom" |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/store-settings/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "店铺设置", |
|
||||
"navigationStyle": "custom", |
|
||||
"enablePullDownRefresh": false |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/follow-up-records/index", |
|
||||
"style": { |
|
||||
"navigationStyle": "custom", |
|
||||
"navigationBarTitleText": "跟进记录" |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/add-record/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "新增跟进记录", |
|
||||
"navigationStyle": "custom" |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/paper-detail/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "纸商城详情", |
|
||||
"navigationStyle": "custom", |
|
||||
"enablePullDownRefresh": false |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/platform-message-info/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "平台公告详情", |
|
||||
"navigationStyle": "custom", |
|
||||
"enablePullDownRefresh": false |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/user-info/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "用户名", |
|
||||
"navigationStyle": "custom", |
|
||||
"enablePullDownRefresh": false |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/about/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "关于", |
|
||||
"navigationStyle": "custom", |
|
||||
"enablePullDownRefresh": false |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/user-info/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "用户名", |
|
||||
"navigationStyle": "custom", |
|
||||
"enablePullDownRefresh": false |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/about/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "关于", |
|
||||
"navigationStyle": "custom", |
|
||||
"enablePullDownRefresh": false |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/account-management/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "账号管理", |
|
||||
"navigationStyle": "custom", |
|
||||
"enablePullDownRefresh": false |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"path": "pages/add-account/index", |
|
||||
"style": { |
|
||||
"navigationBarTitleText": "新增企业账号", |
|
||||
"navigationStyle": "custom", |
|
||||
"enablePullDownRefresh": false |
|
||||
} |
|
||||
} |
|
||||
], |
|
||||
"globalStyle": { |
|
||||
"navigationBarTextStyle": "black", |
|
||||
"navigationBarTitleText": "uni-app", |
|
||||
"navigationBarBackgroundColor": "#F8F8F8", |
|
||||
"backgroundColor": "#F8F8F8", |
|
||||
"backgroundColorTop": "#FFFFFF" |
|
||||
}, |
|
||||
"tabBar": { |
|
||||
"color": "#888", |
|
||||
"selectedColor": "#007AFF", |
|
||||
"borderStyle": "white", |
|
||||
"backgroundColor": "#f9f9f9", |
|
||||
"list": [{ |
|
||||
"pagePath": "pages/client/index", |
|
||||
"iconPath": "static/imgs/tabbar/client-gray.png", |
|
||||
"selectedIconPath": "static/imgs/tabbar/client-blue.png", |
|
||||
"text": "客户" |
|
||||
}, |
|
||||
{ |
|
||||
"pagePath": "pages/trade/index", |
|
||||
"iconPath": "static/imgs/tabbar/trade-gray.png", |
|
||||
"selectedIconPath": "static/imgs/tabbar/trade-blue.png", |
|
||||
"text": "交易" |
|
||||
}, |
|
||||
{ |
|
||||
"pagePath": "pages/mall/index", |
|
||||
"iconPath": "static/imgs/tabbar/mall-gray.png", |
|
||||
"selectedIconPath": "static/imgs/tabbar/mall-blue.png", |
|
||||
"text": "纸商城" |
|
||||
}, |
|
||||
{ |
|
||||
"pagePath": "pages/mine/index", |
|
||||
"iconPath": "static/imgs/tabbar/mine-gray.png", |
|
||||
"selectedIconPath": "static/imgs/tabbar/mine-blue.png", |
|
||||
"text": "我的" |
|
||||
} |
|
||||
] |
|
||||
}, |
|
||||
"condition": { |
|
||||
//模式配置,仅开发期间生效 |
|
||||
"current": 0, //当前激活的模式(list 的索引项) |
|
||||
"list": [{ |
|
||||
"name": "", //模式名称 |
|
||||
"path": "", //启动页面,必选 |
|
||||
"query": "" //启动参数,在页面的onLoad函数里面得到 |
|
||||
}] |
|
||||
} |
|
||||
|
"pages": [ |
||||
|
{ |
||||
|
"path": "pages/start-page/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "启动页", |
||||
|
"navigationStyle": "custom", |
||||
|
"enablePullDownRefresh": false |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/client/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "客户", |
||||
|
"navigationStyle": "custom" |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/client-list/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "客户列表", |
||||
|
"navigationStyle": "custom" |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/search/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "客户搜索", |
||||
|
"navigationStyle": "custom" |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/add-user/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "添加客户", |
||||
|
"navigationStyle": "custom" |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/trade/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "交易", |
||||
|
"navigationStyle": "custom" |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/mall/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "商城", |
||||
|
"navigationStyle": "custom" |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/mine/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "我的", |
||||
|
"enablePullDownRefresh": false, |
||||
|
"navigationStyle": "custom" |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/login/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "登录", |
||||
|
"enablePullDownRefresh": false, |
||||
|
"navigationStyle": "custom" |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/enterprise-info/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "完善企业信息", |
||||
|
"enablePullDownRefresh": false, |
||||
|
"navigationStyle": "custom" |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/toggle-supplier/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "切换供应商", |
||||
|
"enablePullDownRefresh": false, |
||||
|
"navigationStyle": "custom" |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/message/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "消息中心", |
||||
|
"enablePullDownRefresh": false, |
||||
|
"navigationStyle": "custom" |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/order-detail/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "订单详情", |
||||
|
"enablePullDownRefresh": false, |
||||
|
"navigationStyle": "custom" |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/setting/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "系统设置", |
||||
|
"enablePullDownRefresh": false, |
||||
|
"navigationStyle": "custom" |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/agreement/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "用户与隐私协议", |
||||
|
"enablePullDownRefresh": false, |
||||
|
"navigationStyle": "custom" |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/client-detail/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "客户详情", |
||||
|
"navigationStyle": "custom" |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/client-credit/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "客户授信", |
||||
|
"navigationStyle": "custom", |
||||
|
"enablePullDownRefresh": false |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/month-credit/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "月结授信", |
||||
|
"navigationStyle": "custom", |
||||
|
"enablePullDownRefresh": false |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/fs-credit/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "飞算授信", |
||||
|
"navigationStyle": "custom", |
||||
|
"enablePullDownRefresh": false |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/guarantee-agreement/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "担保协议", |
||||
|
"navigationStyle": "custom", |
||||
|
"enablePullDownRefresh": false |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/client-credit-limit/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "授信额度", |
||||
|
"navigationStyle": "custom", |
||||
|
"enablePullDownRefresh": false |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/client-credit-list/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "客户授信列表", |
||||
|
"navigationStyle": "custom", |
||||
|
"enablePullDownRefresh": false |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/client-credit-detail/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "授信信息", |
||||
|
"navigationStyle": "custom", |
||||
|
"enablePullDownRefresh": false |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/my-offer/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "我的报价", |
||||
|
"navigationStyle": "custom", |
||||
|
"enablePullDownRefresh": false |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/submit-quotation/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "提交报价", |
||||
|
"navigationStyle": "custom", |
||||
|
"enablePullDownRefresh": false |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/quotation-details/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "报价详情", |
||||
|
"navigationStyle": "custom", |
||||
|
"enablePullDownRefresh": false |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/switching-mall/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "切换商城", |
||||
|
"navigationStyle": "custom", |
||||
|
"enablePullDownRefresh": false |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/add-paper/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "添加纸品", |
||||
|
"navigationStyle": "custom", |
||||
|
"enablePullDownRefresh": false |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/page-view/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "统一第三方页面", |
||||
|
"enablePullDownRefresh": false |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/credit-management/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "征信管理", |
||||
|
"navigationStyle": "custom" |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/credit-order-list/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "账期订单融资", |
||||
|
"navigationStyle": "custom" |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/contract-manage/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "合同管理", |
||||
|
"navigationStyle": "custom" |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/store-settings/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "店铺设置", |
||||
|
"navigationStyle": "custom", |
||||
|
"enablePullDownRefresh": false |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/follow-up-records/index", |
||||
|
"style": { |
||||
|
"navigationStyle": "custom", |
||||
|
"navigationBarTitleText": "跟进记录" |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/add-record/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "新增跟进记录", |
||||
|
"navigationStyle": "custom" |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/paper-detail/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "纸商城详情", |
||||
|
"navigationStyle": "custom", |
||||
|
"enablePullDownRefresh": false |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/platform-message-info/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "平台公告详情", |
||||
|
"navigationStyle": "custom", |
||||
|
"enablePullDownRefresh": false |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/user-info/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "用户名", |
||||
|
"navigationStyle": "custom", |
||||
|
"enablePullDownRefresh": false |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/about/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "关于", |
||||
|
"navigationStyle": "custom", |
||||
|
"enablePullDownRefresh": false |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/user-info/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "用户名", |
||||
|
"navigationStyle": "custom", |
||||
|
"enablePullDownRefresh": false |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/about/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "关于", |
||||
|
"navigationStyle": "custom", |
||||
|
"enablePullDownRefresh": false |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/account-management/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "账号管理", |
||||
|
"navigationStyle": "custom", |
||||
|
"enablePullDownRefresh": false |
||||
|
} |
||||
|
}, |
||||
|
{ |
||||
|
"path": "pages/add-account/index", |
||||
|
"style": { |
||||
|
"navigationBarTitleText": "新增企业账号", |
||||
|
"navigationStyle": "custom", |
||||
|
"enablePullDownRefresh": false |
||||
|
} |
||||
|
} |
||||
|
], |
||||
|
"globalStyle": { |
||||
|
"navigationBarTextStyle": "black", |
||||
|
"navigationBarTitleText": "uni-app", |
||||
|
"navigationBarBackgroundColor": "#F8F8F8", |
||||
|
"backgroundColor": "#F8F8F8", |
||||
|
"backgroundColorTop": "#FFFFFF" |
||||
|
}, |
||||
|
"tabBar": { |
||||
|
"color": "#888", |
||||
|
"selectedColor": "#007AFF", |
||||
|
"borderStyle": "white", |
||||
|
"backgroundColor": "#f9f9f9", |
||||
|
"list": [ |
||||
|
{ |
||||
|
"pagePath": "pages/client/index", |
||||
|
"iconPath": "static/imgs/tabbar/client-gray.png", |
||||
|
"selectedIconPath": "static/imgs/tabbar/client-blue.png", |
||||
|
"text": "客户" |
||||
|
}, |
||||
|
{ |
||||
|
"pagePath": "pages/trade/index", |
||||
|
"iconPath": "static/imgs/tabbar/trade-gray.png", |
||||
|
"selectedIconPath": "static/imgs/tabbar/trade-blue.png", |
||||
|
"text": "交易" |
||||
|
}, |
||||
|
{ |
||||
|
"pagePath": "pages/mall/index", |
||||
|
"iconPath": "static/imgs/tabbar/mall-gray.png", |
||||
|
"selectedIconPath": "static/imgs/tabbar/mall-blue.png", |
||||
|
"text": "纸商城" |
||||
|
}, |
||||
|
{ |
||||
|
"pagePath": "pages/mine/index", |
||||
|
"iconPath": "static/imgs/tabbar/mine-gray.png", |
||||
|
"selectedIconPath": "static/imgs/tabbar/mine-blue.png", |
||||
|
"text": "我的" |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
"condition": { |
||||
|
//模式配置,仅开发期间生效 |
||||
|
"current": 0, //当前激活的模式(list 的索引项) |
||||
|
"list": [ |
||||
|
{ |
||||
|
"name": "", //模式名称 |
||||
|
"path": "", //启动页面,必选 |
||||
|
"query": "" //启动参数,在页面的onLoad函数里面得到 |
||||
|
} |
||||
|
] |
||||
|
} |
||||
} |
} |
||||
Write
Preview
Loading…
Cancel
Save