From e39283d5abad3a6f0c9bdae823d3dcdcb0b17034 Mon Sep 17 00:00:00 2001 From: Tony Date: Fri, 22 Dec 2023 11:25:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=87=8D=E5=BA=86=E6=B5=B7=E8=9E=BA?= =?UTF-8?q?=E6=B0=B4=E6=B3=A5=E6=9C=89=E9=99=90=E5=85=AC=E5=8F=B8=E6=89=81?= =?UTF-8?q?=E9=B9=8A=E8=AE=BE=E5=A4=87=E7=9B=91=E6=B5=8B=E4=B8=8E=E5=81=A5?= =?UTF-8?q?=E5=BA=B7=E7=AE=A1=E7=90=86=E5=B9=B3=E5=8F=B0=E5=BB=BA=E8=AE=BE?= =?UTF-8?q?=20=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- god-ui/src/App.vue | 7 +- god-ui/src/views/hlsnManage/home/index.vue | 132 +++++++++++++++++++++ god-ui/src/views/index.vue | 5 +- god-ui/src/views/login.vue | 1 + 4 files changed, 141 insertions(+), 4 deletions(-) create mode 100644 god-ui/src/views/hlsnManage/home/index.vue diff --git a/god-ui/src/App.vue b/god-ui/src/App.vue index 4c908292..e4f869bf 100644 --- a/god-ui/src/App.vue +++ b/god-ui/src/App.vue @@ -30,9 +30,10 @@ export default { #app .theme-picker { display: none; } - + + diff --git a/god-ui/src/views/hlsnManage/home/index.vue b/god-ui/src/views/hlsnManage/home/index.vue new file mode 100644 index 00000000..e917a6a3 --- /dev/null +++ b/god-ui/src/views/hlsnManage/home/index.vue @@ -0,0 +1,132 @@ + + + \ No newline at end of file diff --git a/god-ui/src/views/index.vue b/god-ui/src/views/index.vue index 135405f5..efa18a11 100644 --- a/god-ui/src/views/index.vue +++ b/god-ui/src/views/index.vue @@ -11,6 +11,7 @@ + @@ -28,6 +29,7 @@ import interfaceHome from './interface/home/index.vue' import constructionHome from './constructionSiteData/analysis/index.vue' import waterHome from './waterHome/index.vue' import battery from './battery/index.vue' +import hlsnHome from './hlsnManage/home/index.vue' export default { components: { HomePage, @@ -41,7 +43,8 @@ export default { PanzhiPage, constructionHome, waterHome, - battery + battery, + hlsnHome }, data() { return { diff --git a/god-ui/src/views/login.vue b/god-ui/src/views/login.vue index aa2d49c7..16caf77e 100644 --- a/god-ui/src/views/login.vue +++ b/god-ui/src/views/login.vue @@ -207,6 +207,7 @@ export default { _title.style.fontFamily = 'BiaoTiFont' loginForm.appendChild(_title) + break; case '9320': document.title = '工程设备新能源电池溯源'