diff --git a/god-ui/public/images/qiche.png b/god-ui/public/images/qiche.png new file mode 100644 index 00000000..26e6147e Binary files /dev/null and b/god-ui/public/images/qiche.png differ diff --git a/god-ui/src/layout/components/Sidebar/Logo.vue b/god-ui/src/layout/components/Sidebar/Logo.vue index 42c728e7..45ba67fc 100644 --- a/god-ui/src/layout/components/Sidebar/Logo.vue +++ b/god-ui/src/layout/components/Sidebar/Logo.vue @@ -128,6 +128,11 @@ export default { this.title = '扎线设备智慧运维平台项目' document.title = '扎线设备智慧运维平台项目' break; + case '9401': + // 汽车覆盖件工业视觉检测平台项目 + this.title = '汽车覆盖件工业视觉检测平台' + document.title = '汽车覆盖件工业视觉检测平台' + break; default: this.title = ' ' diff --git a/god-ui/src/views/index.vue b/god-ui/src/views/index.vue index 64039ce8..2ec551dd 100644 --- a/god-ui/src/views/index.vue +++ b/god-ui/src/views/index.vue @@ -18,6 +18,7 @@ + @@ -42,6 +43,7 @@ import wisdom from './zhgdExternalInterface/home/index' import cqycsjManage from './cqycsjManage/home/index.vue' import agricultural from './machinery/home2/index.vue' import integration from './integration/index.vue' +import information from './informationManagement/home/index' export default { components: { HomePage, @@ -62,7 +64,8 @@ export default { wisdom, cqycsjManage, agricultural, - integration + integration, + information }, data() { return { diff --git a/god-ui/src/views/informationManagement/home/index.vue b/god-ui/src/views/informationManagement/home/index.vue new file mode 100644 index 00000000..e44f3125 --- /dev/null +++ b/god-ui/src/views/informationManagement/home/index.vue @@ -0,0 +1,426 @@ + + + \ No newline at end of file diff --git a/god-ui/src/views/login.vue b/god-ui/src/views/login.vue index 845e1714..baad3a22 100644 --- a/god-ui/src/views/login.vue +++ b/god-ui/src/views/login.vue @@ -247,6 +247,11 @@ export default { loginDom.style.backgroundImage = 'url(/images/zhaxian.png)' this.redirect = '/index' break; + case '9401': + document.title = '汽车覆盖件工业视觉检测平台项目' + loginDom.style.backgroundImage = 'url(/images/qiche.png)' + this.redirect = '/index' + break; default: document.title = ''