123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- {
- "pages": [
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/workshop/list",
- "style": {
- "navigationBarTitleText": "编制入库",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/workshop/show",
- "style": {
- "navigationBarTitleText": "详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "扫描列表"
- }
- },
- {
- "path": "pages/index/show",
- "style": {
- "navigationBarTitleText": "详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/test/test",
- "style": {
- "navigationBarTitleText": "详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/workshop/configuration",
- "style": {
- "navigationBarTitleText": "系统参数设定",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/automatedwarehouse/configuration",
- "style": {
- "navigationBarTitleText": "自动库系统参数设定",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/automatedwarehouse/index",
- "style": {
- "navigationBarTitleText": "自动库管理",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/automatedwarehouse/list",
- "style": {
- "navigationBarTitleText": "接收入库",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/automatedwarehouse/listshow",
- "style": {
- "navigationBarTitleText": "详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/automatedwarehouse/warehouseout",
- "style": {
- "navigationBarTitleText": "接收出库",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/automatedwarehouse/warehouseoutshow",
- "style": {
- "navigationBarTitleText": "详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/automatedwarehouse/warehousereturn",
- "style": {
- "navigationBarTitleText": "扫描返库",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/automatedwarehouse/warehousereturnshow",
- "style": {
- "navigationBarTitleText": "详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/automatedwarehouse/hebanwarehouseout",
- "style": {
- "navigationBarTitleText": "合板出库",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/automatedwarehouse/hebanwarehouseoutshow",
- "style": {
- "navigationBarTitleText": "详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/automatedwarehouse/hebanwarehousereturn",
- "style": {
- "navigationBarTitleText": "合板退库",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/automatedwarehouse/hebanwarehousereturnshow",
- "style": {
- "navigationBarTitleText": "详情",
- "enablePullDownRefresh": false
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|