diff --git a/god-ui/public/images/zhihui.png b/god-ui/public/images/zhihui.png new file mode 100644 index 00000000..22f9a492 Binary files /dev/null and b/god-ui/public/images/zhihui.png differ diff --git a/god-ui/src/layout/components/Sidebar/Logo.vue b/god-ui/src/layout/components/Sidebar/Logo.vue index d47799d8..0e903655 100644 --- a/god-ui/src/layout/components/Sidebar/Logo.vue +++ b/god-ui/src/layout/components/Sidebar/Logo.vue @@ -103,6 +103,11 @@ export default { this.title = '新疆天山钢铁新能源监控' document.title = '新疆天山钢铁新能源监控' break; + case '9350': + // 智慧工地安全管理平台项目 + this.title = '智慧工地安全管理平台项目' + document.title = '智慧工地安全管理平台项目' + break; case '9360': // 工程车作业及人员行为AI系统 this.title = '工程车作业及人员行为AI系统' diff --git a/god-ui/src/views/dataVisualization/visualization/assets/top1.png b/god-ui/src/views/dataVisualization/visualization/assets/top1.png new file mode 100644 index 00000000..16323dd8 Binary files /dev/null and b/god-ui/src/views/dataVisualization/visualization/assets/top1.png differ diff --git a/god-ui/src/views/dataVisualization/visualization/assets/top2.png b/god-ui/src/views/dataVisualization/visualization/assets/top2.png new file mode 100644 index 00000000..ace16f16 Binary files /dev/null and b/god-ui/src/views/dataVisualization/visualization/assets/top2.png differ diff --git a/god-ui/src/views/dataVisualization/visualization/assets/top3.png b/god-ui/src/views/dataVisualization/visualization/assets/top3.png new file mode 100644 index 00000000..e754598b Binary files /dev/null and b/god-ui/src/views/dataVisualization/visualization/assets/top3.png differ diff --git a/god-ui/src/views/dataVisualization/visualization/assets/top4.png b/god-ui/src/views/dataVisualization/visualization/assets/top4.png new file mode 100644 index 00000000..966296dc Binary files /dev/null and b/god-ui/src/views/dataVisualization/visualization/assets/top4.png differ diff --git a/god-ui/src/views/dataVisualization/visualization/assets/top5.png b/god-ui/src/views/dataVisualization/visualization/assets/top5.png new file mode 100644 index 00000000..4dc8d19f Binary files /dev/null and b/god-ui/src/views/dataVisualization/visualization/assets/top5.png differ diff --git a/god-ui/src/views/dataVisualization/visualization/assets/top6.png b/god-ui/src/views/dataVisualization/visualization/assets/top6.png new file mode 100644 index 00000000..c7292d5e Binary files /dev/null and b/god-ui/src/views/dataVisualization/visualization/assets/top6.png differ diff --git a/god-ui/src/views/engineeringVehicle/patrolScheme/index.vue b/god-ui/src/views/engineeringVehicle/patrolScheme/index.vue new file mode 100644 index 00000000..bec8da9f --- /dev/null +++ b/god-ui/src/views/engineeringVehicle/patrolScheme/index.vue @@ -0,0 +1,333 @@ + + + diff --git a/god-ui/src/views/engineeringVehicle/spareParts/index.vue b/god-ui/src/views/engineeringVehicle/spareParts/index.vue new file mode 100644 index 00000000..6ed99fb3 --- /dev/null +++ b/god-ui/src/views/engineeringVehicle/spareParts/index.vue @@ -0,0 +1,324 @@ + + + diff --git a/god-ui/src/views/engineeringVehicle/strategy/index.vue b/god-ui/src/views/engineeringVehicle/strategy/index.vue new file mode 100644 index 00000000..03bded02 --- /dev/null +++ b/god-ui/src/views/engineeringVehicle/strategy/index.vue @@ -0,0 +1,296 @@ + + + diff --git a/god-ui/src/views/login.vue b/god-ui/src/views/login.vue index d75069f0..b95483dd 100644 --- a/god-ui/src/views/login.vue +++ b/god-ui/src/views/login.vue @@ -183,30 +183,30 @@ export default { break; case '9310': // 重庆海螺水泥有限公司扁鹊设备监测与健康管理平台建设项目 - // document.title = '重庆海螺水泥有限公司扁鹊设备监测与健康管理平台建设项目' - // loginDom.style.backgroundImage = 'url(/images/hailuo-bg.png)' - // this.redirect = '/index' - // const loginForm = document.querySelector('.login-form') - // loginForm.style.position = 'relative'; - // loginForm.style.marginLeft = '0' - // loginForm.style.background = 'none'; - // loginForm.style.border = 'none' - // loginForm.style.backgroundImage = 'url(/images/hailuo-login.png)' - // loginForm.style.backgroundSize = '100% 100%'; - // const _title = document.createElement('div'); - // _title.innerHTML = '重庆海螺水泥有限公司扁鹊设备监测与健康管理平台建设项目'; - // _title.style.position = 'fixed'; - // _title.style.width = '28rem'; - // _title.style.left = 'calc(50vw - 14rem)'; - // _title.style.top = '18vh' - // _title.style.color = 'transparent' - // _title.style.textAlign = 'center' - // _title.style.fontSize = '2rem' - // _title.style.backgroundImage = 'linear-gradient(to top, #a5dfff, white)' - // _title.style.webkitBackgroundClip = 'text' + document.title = '重庆海螺水泥有限公司扁鹊设备监测与健康管理平台建设项目' + loginDom.style.backgroundImage = 'url(/images/hailuo-bg.png)' + this.redirect = '/index' + const loginForm = document.querySelector('.login-form') + loginForm.style.position = 'relative'; + loginForm.style.marginLeft = '0' + loginForm.style.background = 'none'; + loginForm.style.border = 'none' + loginForm.style.backgroundImage = 'url(/images/hailuo-login.png)' + loginForm.style.backgroundSize = '100% 100%'; + const _title = document.createElement('div'); + _title.innerHTML = '重庆海螺水泥有限公司扁鹊设备监测与健康管理平台建设项目'; + _title.style.position = 'fixed'; + _title.style.width = '28rem'; + _title.style.left = 'calc(50vw - 14rem)'; + _title.style.top = '18vh' + _title.style.color = 'transparent' + _title.style.textAlign = 'center' + _title.style.fontSize = '2rem' + _title.style.backgroundImage = 'linear-gradient(to top, #a5dfff, white)' + _title.style.webkitBackgroundClip = 'text' - // _title.style.fontFamily = 'BiaoTiFont' - // loginForm.appendChild(_title) + _title.style.fontFamily = 'BiaoTiFont' + loginForm.appendChild(_title) break; case '9320': @@ -219,12 +219,19 @@ export default { loginDom.style.backgroundImage = 'url(/images/xinjiang.png)' this.redirect = '/index' break; + case '9350': + document.title = '智慧工地安全管理平台项目' + this.title='智慧工地安全管理平台项目' + loginDom.style.backgroundImage = 'url(/images/zhihui.png)' + this.redirect = '/index' + break; case '9360': document.title = '工程车作业管控及人员行为AI智能识别系统' loginDom.style.backgroundImage = 'url(/images/zuoye.png)' this.redirect = '/index' break; default: + document.title = '' loginDom.style.backgroundImage = 'url(/images/gangyin-bg.png)' this.redirect = '/index' diff --git a/god-ui/src/views/newEnergy/home/index.vue b/god-ui/src/views/newEnergy/home/index.vue index 97b040fa..6881e6ba 100644 --- a/god-ui/src/views/newEnergy/home/index.vue +++ b/god-ui/src/views/newEnergy/home/index.vue @@ -113,7 +113,7 @@ export default { { name: "工程数据可视化", color: "#f9c758", - path: "", + path: "dataVisualization/visualization", }, ], statisticsList: [