diff --git a/.env.development b/.env.development index 416f32f..8038bb2 100644 --- a/.env.development +++ b/.env.development @@ -4,7 +4,7 @@ ENV = 'development' # base api //http://192.168.1.181:8000/api 192.168.1.199:8000/api // http://124.71.192.230:8000/api // http://127.0.0.1:4523/m1/1450402-0-default -VUE_APP_BASE_API = 'http://13.39.200.14:8001/api' +VUE_APP_BASE_API = 'https://zetatech.zzkj-cloud.com/api' VUE_APP_VISUALE_API = http://192.168.0.82:9527 VUE_APP_ZUTAI_API = http://192.168.100.83:8001 diff --git a/.env.production b/.env.production index 7026e9a..6d020ba 100644 --- a/.env.production +++ b/.env.production @@ -2,5 +2,5 @@ ENV = 'production' # base api -VUE_APP_BASE_API = 'http://172.31.9.103:8001/api' +VUE_APP_BASE_API = 'https://zetatech.zzkj-cloud.com/api' diff --git a/src/assets/login_images/zetatechlogo.png b/src/assets/login_images/zetatechlogo.png new file mode 100644 index 0000000..cca9585 Binary files /dev/null and b/src/assets/login_images/zetatechlogo.png differ diff --git a/src/lang/en.js b/src/lang/en.js index 1f5208e..0885bb2 100644 --- a/src/lang/en.js +++ b/src/lang/en.js @@ -106,7 +106,7 @@ export default { noPagePermiss: 'There is no permission for this page' }, login: { - title: 'Hoenergy smart energy storage management platform', + title: 'Zetatech smart energy storage management platform', logIn: 'Login', username: 'Username', password: 'Password', diff --git a/src/layout/components/Sidebar/index.vue b/src/layout/components/Sidebar/index.vue index c0baac9..1621563 100644 --- a/src/layout/components/Sidebar/index.vue +++ b/src/layout/components/Sidebar/index.vue @@ -26,13 +26,18 @@ :collapse-transition="false" mode="vertical" > - + :content="route.title" + placement="top-start" + > + +
diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 29cf7e0..e477eb2 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -6,9 +6,7 @@
-
- 智慧储能管控平台 -
+
Zetatech smart energy storage management platform