diff --git a/god-ui/public/images/monitorMapImage/qt.webp b/god-ui/public/images/monitorMapImage/qt.webp new file mode 100644 index 00000000..ba4fbb48 Binary files /dev/null and b/god-ui/public/images/monitorMapImage/qt.webp differ diff --git a/god-ui/public/images/monitorMapImage/sxt.jpg b/god-ui/public/images/monitorMapImage/sxt.jpg new file mode 100644 index 00000000..20a68ea4 Binary files /dev/null and b/god-ui/public/images/monitorMapImage/sxt.jpg differ diff --git a/god-ui/public/images/spq.png b/god-ui/public/images/spq.png new file mode 100644 index 00000000..424ccb17 Binary files /dev/null and b/god-ui/public/images/spq.png differ diff --git a/god-ui/src/layout/components/Sidebar/Logo.vue b/god-ui/src/layout/components/Sidebar/Logo.vue index 401d0588..0cd51b3d 100644 --- a/god-ui/src/layout/components/Sidebar/Logo.vue +++ b/god-ui/src/layout/components/Sidebar/Logo.vue @@ -60,6 +60,10 @@ export default { this.title = '九龙坡区城市管理系统' document.title = '九龙坡区城市管理系统升级维护平台' break; + case '9190': + this.title = '石坪桥街道老旧小区改造提升平台' + document.title = '石坪桥街道老旧小区改造提升平台' + break; default: this.title = '' document.title = '' diff --git a/god-ui/src/views/index.vue b/god-ui/src/views/index.vue index 7da65053..85d6ef25 100644 --- a/god-ui/src/views/index.vue +++ b/god-ui/src/views/index.vue @@ -4,6 +4,7 @@ + @@ -12,13 +13,14 @@ import HomePage from './home.vue' import OperateHome from './operation/home/index.vue' import EnergyHome from './energy/home/index.vue' import MachineryHome from './machinery/home/index.vue' - +import deviceMap from './monitorMap/deviceMap/index.vue' export default { components: { HomePage, OperateHome, EnergyHome, - MachineryHome + MachineryHome, + deviceMap }, data() { return { diff --git a/god-ui/src/views/login.vue b/god-ui/src/views/login.vue index 9da7b9df..b5b0aa44 100644 --- a/god-ui/src/views/login.vue +++ b/god-ui/src/views/login.vue @@ -89,7 +89,7 @@ export default { }, loading: false, // 验证码开关 - captchaEnabled: true, + captchaEnabled: false, // 注册开关 register: false, redirect: undefined @@ -148,6 +148,11 @@ export default { loginDom.style.backgroundImage = 'url(/images/jp.png)' this.redirect = '/index' break; + case '9190': + document.title = '石坪桥街道老旧小区改造提升平台' + loginDom.style.backgroundImage = 'url(/images/spq.png)' + this.redirect = '/index' + break default: document.title = '' loginDom.style.backgroundImage = 'url(/images/gangyin-bg.png)' diff --git a/god-ui/src/views/monitorMap/deviceMap/index.vue b/god-ui/src/views/monitorMap/deviceMap/index.vue new file mode 100644 index 00000000..4f6890d8 --- /dev/null +++ b/god-ui/src/views/monitorMap/deviceMap/index.vue @@ -0,0 +1,153 @@ + + + \ No newline at end of file diff --git a/god-ui/src/views/monitorMap/deviceWarn/index.vue b/god-ui/src/views/monitorMap/deviceWarn/index.vue new file mode 100644 index 00000000..a6cbbba0 --- /dev/null +++ b/god-ui/src/views/monitorMap/deviceWarn/index.vue @@ -0,0 +1,13 @@ + + + \ No newline at end of file