diff --git a/.env.development b/.env.development index 636c26e..7a70825 100644 --- a/.env.development +++ b/.env.development @@ -1,6 +1,6 @@ ## 开发环境 VITE_APP_ENV = 'development' -VITE_APP_TITLE = 'vue-vite-project-admin' +VITE_APP_TITLE = 'Luen Mei Intelligence' VITE_APP_PORT = 8089 ##VITE_APP_WS_API = 'ws://localhost:9010' ## websocket地址 VITE_APP_BASE_API = '/dev-api' ## '/dev-api'线上接口 '/mock'本地模拟数据 diff --git a/.env.production b/.env.production index cd5f73e..e13848c 100644 --- a/.env.production +++ b/.env.production @@ -1,10 +1,10 @@ ## 生产环境 VITE_APP_ENV = 'production' -VITE_APP_TITLE = 'vue-vite-project-admin' +VITE_APP_TITLE = 'Luen Mei Intelligence' VITE_APP_PORT = 8089 #VITE_APP_WS_API = 'ws://board.heatiot.cn:8001/prod-api' ## websocket地址 #VITE_APP_BASE_API = 'http://board.heatiot.cn:8001/prod-api/' ## 线上接口 #VITE_APP_WS_API = 'ws://${window.location.host}/ws' ## websocket地址 ws://10.10.10.56:9000/websocket/ -# VITE_APP_BASE_API = '/prod-api/' ## 正式环境 -VITE_APP_BASE_API = '/biprod-api/' ## 测试环境 +VITE_APP_BASE_API = '/prod-api/' ## 正式环境 +# VITE_APP_BASE_API = '/biprod-api/' ## 测试环境 diff --git a/.env.staging b/.env.staging index cb3b6ae..efc2676 100644 --- a/.env.staging +++ b/.env.staging @@ -1,5 +1,5 @@ ## 模拟环境 VITE_APP_ENV = 'staging' -VITE_APP_TITLE = 'vue-vite-project-admin' +VITE_APP_TITLE = 'Luen Mei Intelligence' VITE_APP_PORT = 8089 VITE_APP_BASE_API = '/mock' diff --git a/README.md b/README.md index 415410c..a9edf31 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Luenmei Operational Cockpit MS +# Luen Mei Intelligence Energy MS -> 联美运营驾驶舱管理系统 +> 联美智慧能源管理系统 ## Build Setup -``` bash +```bash # install dependencies pnpm install diff --git a/index.html b/index.html index c356dbe..2ce7687 100644 --- a/index.html +++ b/index.html @@ -1,117 +1,117 @@ + + + + + + + + + 联美智慧能源科技(沈阳)有限公司 + + + + + + + + + - - -
-
-
-
-
-
-
-
-
-
-
-
+ @keyframes loading-grid { + 0%, + 70%, + 100% { + transform: scale3D(1, 1, 1); + } + 35% { + transform: scale3D(0, 0, 1); + } + } + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
- - - \ No newline at end of file + + diff --git a/package.json b/package.json index ea000d1..4aa62ed 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "luenmei-operational-cockpit-ms", + "name": "luen-mei-intelligence-energy-ms", "version": "1.0.0", "scripts": { "dev": "vite serve --mode development", diff --git a/src/assets/images/logo.png b/src/assets/images/logo.png new file mode 100644 index 0000000..33039f2 Binary files /dev/null and b/src/assets/images/logo.png differ diff --git a/src/assets/logo.png b/src/assets/logo.png index 33039f2..f1ad36a 100644 Binary files a/src/assets/logo.png and b/src/assets/logo.png differ diff --git a/src/lang/en.ts b/src/lang/en.ts index c98267c..3ef5e18 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -8,13 +8,13 @@ export default { }, // 登录页面国际化 login: { - title: 'Luenmei Operational Cockpit MS', + title: 'Luen Mei Operational Cockpit MS', username: 'Username', password: 'Password', login: 'Login', verifyCode: 'Verify Code', - group: 'Luenmei Smart Energy Technology (Shenyang) Co., Ltd', - abbreviation: 'Luenmei Smart', + group: 'Luen Mei Intelligence Energy Technology (Shenyang) Co., Ltd', + abbreviation: 'Luen Mei Intelligence', copyright: 'All Rights Reserved.' }, // 导航栏国际化 diff --git a/src/lang/zh-cn.ts b/src/lang/zh-cn.ts index bc98a83..5bf69dc 100644 --- a/src/lang/zh-cn.ts +++ b/src/lang/zh-cn.ts @@ -8,7 +8,7 @@ export default { }, // 登录页面国际化 login: { - title: '联美运营驾驶舱管理系统', + title: '联美智慧能源管理系统', username: '用户名', password: '密码', login: '登 录', diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index d9c3255..ad575e2 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -7,7 +7,7 @@ - {{ settingsStore.title }} + @@ -27,12 +27,13 @@ const logo = ref(new URL(`../../../assets/logo.png`, import.meta.url).href);