123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录",
- "enablePullDownRefresh": false
- // "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "功能清单"
- // "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/production-replenishment/index",
- "style": {
- "navigationBarTitleText": "生产补料料管平台"
- // "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/production-replenishment/search",
- "style": {
- "navigationBarTitleText": "源单查询"
- // "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/production-replenishment/summary",
- "style": {
- "navigationBarTitleText": "源单统计"
- // "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/production-replenishment/show",
- "style": {
- "navigationBarTitleText": "源单修改"
- // "navigationStyle": "custom"
- }
- }, {
- "path": "pages/production-replenishment/stage",
- "style": {
- "navigationBarTitleText": "单据存档操作"
- }
- }, {
- "path": "pages/stock-dispatch/index",
- "style": {
- "navigationBarTitleText": "生产补料料管平台"
- // "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/stock-dispatch/search",
- "style": {
- "navigationBarTitleText": "源单查询"
- // "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/stock-dispatch/summary",
- "style": {
- "navigationBarTitleText": "源单统计"
- // "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/stock-dispatch/show",
- "style": {
- "navigationBarTitleText": "源单修改"
- // "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/stock-dispatch/stage",
- "style": {
- "navigationBarTitleText": "单据存档操作"
- }
- },
- {
- "path": "pages/storage/index",
- "style": {
- "navigationBarTitleText": "生产补料料管平台"
- // "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/storage/search",
- "style": {
- "navigationBarTitleText": "源单查询"
- // "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/storage/summary",
- "style": {
- "navigationBarTitleText": "源单统计"
- // "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/storage/show",
- "style": {
- "navigationBarTitleText": "源单修改"
- // "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/storage/stage",
- "style": {
- "navigationBarTitleText": "单据存档操作"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- // "navigationStyle": "custom"
- },
- "uniIdRouter": {}
- }
|