123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- {
- "entryPagePath": "pages/login/login",
- "pages": [
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/outInWarehouse/outInWarehouse",
- "style": {
- "navigationBarTitleText": "出入库"
- }
- },
- {
- "path": "pages/provincialInspector/renwList",
- "style": {
- "navigationBarTitleText": "任务列表"
- }
- },
- {
- "path": "pages/provincialInspector/selfRenwList",
- "style": {
- "navigationBarTitleText": "我的任务"
- }
- },
- {
- "path": "pages/daixjgk/daixjgk",
- "style": {
- "navigationBarTitleText": "待选交割库"
- }
- },
- {
- "path": "pages/beixWarehouse/beixWarehouse",
- "style": {
- "navigationBarTitleText": "备选交割库"
- }
- },
- {
- "path": "pages/filter/filter",
- "style": {
- "navigationBarTitleText": "筛选"
- }
- },
- {
- "path": "pages/warehouse/warehouse",
- "style": {
- "navigationBarTitleText": "库区基本信息"
- }
- },
- {
- "path": "pages/systemSet/systemSet",
- "style": {
- "navigationBarTitleText": "系统设置"
- }
- },
- {
- "path": "pages/register/register",
- "style": {
- "navigationBarTitleText": "账号注册"
- }
- },
- {
- "path": "pages/clockIn/clockIn",
- "style": {
- "navigationBarTitleText": "打卡信息"
- }
- },
- {
- "path": "pages/myTask-verification/myTaskLayout",
- "style": {
- "navigationBarTitleText": "我的任务"
- // "enablePullDownRefresh": false,
- // "navigationStyle": "custom",
- // "navigationBarRightButton": { "hide": true } // 隐藏右侧胶囊按钮
- }
- },
- {
- "path": "pages/taskList-verification/taskListLayout",
- "style": {
- "navigationBarTitleText": "任务列表"
- }
- },
- {
- "path": "pages/grainDepositor/grainDepositorLayout",
- "style": {
- "navigationBarTitleText": "存粮人交收库"
- }
- },
- {
- "path": "pages/infoDetails/infoDetailsLayout",
- "style": {
- "navigationBarTitleText": "仓房详情"
- }
- },
- {
- "path": "pages/infoDetails/crk/detail",
- "style": {
- "navigationBarTitleText": "出入库记录"
- }
- },
- {
- "path": "pages/infoDetails/zj/detail",
- "style": {
- "navigationBarTitleText": "质检记录"
- }
- },
- {
- "path": "pages/warehouse-detail-verification/warehouseDetail",
- "style": {
- "navigationBarTitleText": "基本信息"
- }
- },
- {
- "path": "pages/popup/popup",
- "style": {
- "navigationBarTitleText": "Popup 弹出层",
- "app-plus": {
- "softinputMode": "adjustResize"
- }
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "uni-app"
- }
- }
- ],
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#007AFF",
- "borderStyle": "black",
- "backgroundColor": "#F8F8F8",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/home.png",
- "selectedIconPath": "static/homeHL.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/systemSet/systemSet",
- "iconPath": "static/set.png",
- "selectedIconPath": "static/setHL.png",
- "text": "系统设置"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#cfddfc",
- "backgroundColor": "#F8F8F8"
- },
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于打卡功能"
- }
- },
- "requiredBackgroundModes": [
- "location" // 如果需要在后台获取位置信息,则添加此模式
- ],
- "requiredPrivateInfos": {
- "location": true // 声明应用将使用地理位置相关的API
- },
- "easycom": {
- "autoscan": true,
- "custom": {
- "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
- }
- },
- "uniIdRouter": {}
- }
|