diff --git a/.env b/.env index 2eb7223..a3a2f14 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ # 页面标题 -VITE_APP_TITLE = '上海干巷总装车间LMES' \ No newline at end of file +VITE_APP_TITLE = 'Valeo-Line-Mes' \ No newline at end of file diff --git a/.env.development b/.env.development index 33bf3e6..5952e28 100644 --- a/.env.development +++ b/.env.development @@ -1,7 +1,7 @@ # 开发环境配置 ENV = 'development' -VITE_APP_API_HOST = 'http://localhost:8876' +VITE_APP_API_HOST = 'http://localhost:8877' # 开发环境 VITE_APP_BASE_API = '/dev-api' diff --git a/src/assets/images/logo.png b/src/assets/images/logo.png index 421d90d..1711bcf 100644 Binary files a/src/assets/images/logo.png and b/src/assets/images/logo.png differ diff --git a/src/assets/images/title.png b/src/assets/images/title.png new file mode 100644 index 0000000..a0a8128 Binary files /dev/null and b/src/assets/images/title.png differ diff --git a/src/views/login.vue b/src/views/login.vue index 3290f27..f13fb7a 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -2,10 +2,14 @@

{{ defaultSettings.title }}

+
+ +
+
diff --git a/vite.config.js b/vite.config.js index dd7d402..746298e 100644 --- a/vite.config.js +++ b/vite.config.js @@ -46,7 +46,7 @@ export default defineConfig(({ mode, command }) => { }, // vite 相关配置 server: { - port: 8877, + port: 8800, host: true, open: true, proxy: {