1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "easycom": {
- "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "装箱方式选择"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "装箱类型选择"
- }
- },
- {
- "path": "pages/index/scan-box",
- "style": {
- "navigationBarTitleText": "扫描箱号条形码"
- }
- },
- {
- "path": "pages/index/scan-clothing",
- "style": {
- "navigationBarTitleText": "扫描成衣"
- }
- },
- {
- "path": "pages/index/scan-set",
- "style": {
- "navigationBarTitleText": "参数配置"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|