From aa7caccffdd10948c70cf9719ffb6f363cfd4c9b Mon Sep 17 00:00:00 2001 From: hzz Date: Wed, 9 Oct 2024 08:50:33 +0800 Subject: [PATCH] update --- .env.development | 2 +- .env.production | 2 +- index.html | 2 +- public/favicon.ico | Bin 5663 -> 4286 bytes src/views/big/screen/components/add_edit.vue | 2 +- src/views/login.vue | 2 +- src/views/thingsboard/index.vue | 16 ++++++++++++++++ vite.config.js | 2 +- 8 files changed, 22 insertions(+), 6 deletions(-) create mode 100644 src/views/thingsboard/index.vue diff --git a/.env.development b/.env.development index 9ba6429..1137380 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 物联管理系统 +VITE_APP_TITLE = 物联大屏管理系统 # 开发环境配置 VITE_APP_ENV = 'development' diff --git a/.env.production b/.env.production index 5e66c44..5d7eb08 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 物联管理系统 +VITE_APP_TITLE = 物联大屏管理系统 # 生产环境配置 VITE_APP_ENV = 'production' diff --git a/index.html b/index.html index c4d9047..53d0767 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - 物联管理系统 + 物联大屏管理系统 diff --git a/vite.config.js b/vite.config.js index 8c56306..87467c5 100644 --- a/vite.config.js +++ b/vite.config.js @@ -32,7 +32,7 @@ export default defineConfig(({ mode, command }) => { // https://cn.vitejs.dev/config/#server-proxy '/dev-api': { // target: 'http://192.168.110.23:9015', - target: 'http://8.130.165.100:9015', + target: 'http://8.141.87.86:9015', // target: 'http://192.168.110.90:10393/mock/5ce74738-f63f-4d21-af85-b1d132c6f6fd', changeOrigin: true, rewrite: (p) => p.replace(/^\/dev-api/, '')