123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [
- {
- "path": "pages/index/login",
- "style": {
- "navigationStyle": "custom"
- }
- },
- //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/tabbar/tabbar",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/person",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#ff0505",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/index/configuration",
- "style": {
- "navigationBarTitleText": "服务器配置",
- "navigationBarBackgroundColor": "#ff0505",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "入库",
- "navigationBarBackgroundColor": "#ff0505",
- "navigationBarTextStyle": "white",
- "softinputMode": "adjustResize"
- }
- },
- {
- "path": "pages/index/Material/Material",
- "style": {
- "navigationBarTitleText": "绑定料架号",
- "navigationBarBackgroundColor": "#ff0505",
- "navigationBarTextStyle": "white",
- "softinputMode": "adjustResize"
- }
- },
- {
- "path": "pages/index/search/search",
- "style": {
- "navigationBarTitleText": "出库",
- "navigationBarBackgroundColor": "#ff0505",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/index/search/Outbound/Outbound",
- "style": {
- "navigationBarTitleText": "出库",
- "navigationBarBackgroundColor": "#ff0505",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputMode": "adjustResize"
- }
- }
- },
- {
- "path": "pages/index/message/message",
- "style": {
- "navigationBarTitleText": "消息",
- "navigationBarBackgroundColor": "#ff0505",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputMode": "adjustResize"
- }
- }
- },
- {
- "path": "pages/new_file",
- "style": {
- "navigationBarTitleText": "pad",
- "navigationBarBackgroundColor": "#ff0505",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/index/news/movement/movement",
- "style": {
- "navigationBarTitleText": "移库",
- "navigationBarBackgroundColor": "#ff0505",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputMode": "adjustResize"
- }
- }
- },
- {
- "path": "pages/index/news/docking/docking",
- "style": {
- "navigationBarTitleText": "越库",
- "navigationBarBackgroundColor": "#ff0505",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputMode": "adjustResize"
- }
- }
- },
- {
- "path": "pages/index/news/news",
- "style": {
- "navigationBarTitleText": "仓内管理",
- "navigationBarBackgroundColor": "#ff0505",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/index/me/me",
- "style": {
- "navigationBarTitleText": "日常管理",
- "navigationBarBackgroundColor": "#ff0505",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/index/me/task/task",
- "style": {
- "navigationBarTitleText": "设备列表",
- "navigationBarBackgroundColor": "#ff0505",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/index/me/log/log",
- "style": {
- "navigationBarTitleText": "设备日志列表",
- "navigationBarBackgroundColor": "#ff0505",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/index/main/main",
- "style": {
- "navigationBarTitleText": "uni-app"
- }
- },
- {
- "path": "pages/Warehousing/index",
- "style": {
- "navigationBarTitleText": "补码",
- // "navigationStyle": "custom"
- "navigationBarBackgroundColor": "#ff0505",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/Warehousing/Warehousingthree/index",
- "style": {
- "navigationBarTitleText": "入库",
- // "navigationStyle": "custom"
- "navigationBarBackgroundColor": "#ff0505",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/Warehousing/select/index",
- "style": {
- "navigationBarTitleText": "选择库位",
- "navigationBarBackgroundColor": "#ff0505",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/Warehousing/selectMaterial/index",
- "style": {
- "navigationBarTitleText": "选择物料",
- "navigationBarBackgroundColor": "#ff0505",
- "navigationBarTextStyle": "white"
- }
- }
- ],
- "globalStyle": {
- // "navigationBarTextStyle": "light", //导航栏标题颜色 及 状态栏前景颜色
- // "navigationBarTextStyle": "#ff0505",
- "navigationBarBackgroundColor": "#ff0505",
- "backgroundColor": "#ff0505"
- }
- }
|