diff --git a/public/favicon.ico b/public/favicon.ico index dd63c07..4b9a56b 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/favicon11.ico b/public/favicon11.ico deleted file mode 100644 index 4b9a56b..0000000 Binary files a/public/favicon11.ico and /dev/null differ diff --git a/public/favicon12.ico b/public/favicon12.ico new file mode 100644 index 0000000..dd63c07 Binary files /dev/null and b/public/favicon12.ico differ diff --git a/public/index.html b/public/index.html index b99f12e..e9c8277 100644 --- a/public/index.html +++ b/public/index.html @@ -10,12 +10,12 @@ - 中国电科 + 智能视觉盘点 diff --git a/src/layouts/PageHeader.vue b/src/layouts/PageHeader.vue index e2f0789..6795fc2 100644 --- a/src/layouts/PageHeader.vue +++ b/src/layouts/PageHeader.vue @@ -17,8 +17,8 @@
- - + diff --git a/src/router/index.js b/src/router/index.js index dfac89f..09504a8 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -76,23 +76,32 @@ const routes = [{ // }, // component: () => import('@/views/checkSummary/index') // }, + // { + // path: 'emptyCheckManage', + // name: 'emptyCheckManage', + // meta: { + // icon: 'form', + // name: '空货位管理', + // }, + // component: () => import('@/views/emptyCheckManage/index'), + // }, { - path: 'emptyCheckManage', - name: 'emptyCheckManage', + path: 'platformCheckManage', + name: 'platformCheckManage', meta: { icon: 'form', - name: '空货位管理', + name: '站点盘点', }, - component: () => import('@/views/emptyCheckManage/index'), + component: () => import('@/views/platformCheck/index'), }, { - path: 'checkManage', - name: 'checkManage', + path: 'platformCheckManageOld', + name: 'platformCheckManageOld', meta: { icon: 'form', - name: '盘点管理', + name: '站点盘点历史', }, - component: () => import('@/views/checkManage/index'), + component: () => import('@/views/platformCheck/old/index'), }, { path: 'checkOperation', @@ -102,32 +111,24 @@ const routes = [{ }, component: () => import('@/views/checkManage/checkOperation'), }, - // { - // path: 'checkHistory', - // name: 'checkHistory', - // meta: { - // icon: 'tag', - // name: '盘点历史', - // }, - // component: () => import('@/views/historyCheck/index'), - // }, - // { - // path: 'stockHistory', - // name: 'stockHistory', - // meta: { - // icon: 'file-excel', - // name: '库位历史', - // }, - // component: () => import('@/views/stockLog/index'), - // }, - // { - // path: 'stockLogDetail', - // name: 'stockLogDetail', - // meta: { - // name: '库位历史详情', - // }, - // component: () => import('@/views/stockLog/logPage'), - // }, + { + path: 'checkManage', + name: 'checkManage', + meta: { + icon: 'form', + name: '盘点管理', + }, + component: () => import('@/views/checkManage/index'), + }, + { + path: 'checkHistory', + name: 'checkHistory', + meta: { + icon: 'tag', + name: '盘点历史', + }, + component: () => import('@/views/historyCheck/index'), + }, { path: 'roadwayManage', name: 'roadwayManage', diff --git a/src/store/modules/styles.js b/src/store/modules/styles.js index fef5cf6..efc1a55 100644 --- a/src/store/modules/styles.js +++ b/src/store/modules/styles.js @@ -11,7 +11,7 @@ const store = { "primary-color":"rgba(184, 68, 13, 1)" }, "title":{ - "text":"中国电科智能视觉", + "text":"智能视觉盘点服务", "style":{ "color":"rgba(0,0,0, 1)", diff --git a/src/views/checkManage/Subsection.vue b/src/views/checkManage/Subsection.vue index 3816502..7e4389b 100644 --- a/src/views/checkManage/Subsection.vue +++ b/src/views/checkManage/Subsection.vue @@ -1,7 +1,7 @@