| | |
| | | { |
| | | title: '站点查询维护', |
| | | name: 'stationManage', |
| | | color: 'blue', |
| | | color: 'cyan', |
| | | // cuIcon: 'pullup', |
| | | url: `/phyz/stationManage/stationManage` |
| | | }, |
| | | { |
| | | title: '入出库管理', |
| | | name: 'inOutManage', |
| | | color: 'blue', |
| | | // cuIcon: 'pullup', |
| | | url: `/home/inOutManage` |
| | | }, |
| | | // { |
| | | // title: '入出库管理', |
| | | // name: 'inOutManage', |
| | | // color: 'purple', |
| | | // // cuIcon: 'pullup', |
| | | // url: `/home/inOutManage` |
| | | // }, |
| | | { |
| | | title: '单据管理', |
| | | name: 'ordeManage', |
| | | color: 'blue', |
| | | color: 'mauve', |
| | | // cuIcon: 'pullup', |
| | | url: `/home/orderManage` |
| | | }, |
| | |
| | | name: 'locManage', |
| | | color: 'blue', |
| | | // cuIcon: 'pullup', |
| | | url: `/phyz/checkLocDetl/checkLocDetl` |
| | | url: `/home/locMastManage` |
| | | }, |
| | | // { |
| | | // title: '工作档管理', |
| | | // name: 'ordeManage', |
| | | // color: 'brown', |
| | | // // cuIcon: 'pullup', |
| | | // url: `/home/wrkMastManage` |
| | | // }, |
| | | { |
| | | title: '任务管理', |
| | | name: 'ordeManage', |
| | | color: 'olive', |
| | | // cuIcon: 'pullup', |
| | | url: `/home/wrkMastManage` |
| | | }, |
| | | // { |
| | | // title: '测试', |
| | | // name: 'testView', |
| | |
| | | this.baseUrl = uni.getStorageSync('baseUrl'); |
| | | this.token = uni.getStorageSync('token'); |
| | | this.project = uni.getStorageSync('project') |
| | | // this.getAuth() |
| | | this.getAuth() |
| | | // this.backGroundRepeat() |
| | | }, |
| | | methods: { |