diff --git a/.env.development b/.env.development
index af9ba00..9ba6429 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 cbabf89..5e66c44 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 d20d02e..c4d9047 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,7 @@
-
若依管理系统
+ 物联管理系统
diff --git a/src/views/register.vue b/src/views/register.vue
index 64aea63..9dd14ee 100644
--- a/src/views/register.vue
+++ b/src/views/register.vue
@@ -1,7 +1,7 @@
- 若依后台管理系统
+ 物联后台管理系统
{
proxy: {
// https://cn.vitejs.dev/config/#server-proxy
'/dev-api': {
- target: 'http://192.168.110.238:8080',
+ // target: 'http://192.168.110.23:9015',
+ target: 'http://8.130.165.100:9015',
// target: 'http://192.168.110.90:10393/mock/5ce74738-f63f-4d21-af85-b1d132c6f6fd',
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, '')
- }
+ },
}
},
//fix:error:stdin>:7356:1: warning: "@charset" must be the first rule in the file