123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/tabbar/index/index",
- "style": {
- "navigationBarTitleText": "商城",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/tabbar/mine/mine",
- "style": {
- "navigationBarTitleText": "我的"
- }
- }
- ,{
- "path" : "pages/login/login/login",
- "style" :
- {
- "navigationBarTitleText": "密码登录"
- }
-
- }
- ,{
- "path" : "pages/login/forgot/forgot",
- "style" :
- {
- "navigationBarTitleText": "忘记密码"
- }
-
- }
- ,{
- "path" : "pages/release/production/production",
- "style" :
- {
- "navigationBarTitleText": "生产订单",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/release/purchase/purchase",
- "style" :
- {
- "navigationBarTitleText": "采购订单",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/release/waixie/waixie",
- "style" :
- {
- "navigationBarTitleText": "外协订单",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/release/ocean/ocean",
- "style" :
- {
- "navigationBarTitleText": "海运订单",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "tabBar": {
- "custom": true,
- "list": [
- {
- "pagePath": "pages/tabbar/index/index"
- },
- {
- "pagePath": "pages/tabbar/mine/mine"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|