#
whycq
2024-06-19 5ff3cf55bc673c0f70fa7024f5974a2052a0f8af
pages/home/menuHome.vue
@@ -28,21 +28,21 @@
               {
                  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`
               },
@@ -51,15 +51,15 @@
                  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',
@@ -97,7 +97,7 @@
         this.baseUrl = uni.getStorageSync('baseUrl');
         this.token = uni.getStorageSync('token');
         this.project = uni.getStorageSync('project')
         // this.getAuth()
         this.getAuth()
         // this.backGroundRepeat()
      },
      methods: {