diff --git a/index.html b/index.html
index e60bbc2..989e7b4 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
-
+

+
酷猫工作台
+
+
-
👏 欢迎使用梧桐项目云
+
👏 欢迎使用酷猫工作台
登录
-
- 开通账号及使用问题请咨询:15587166921
-
+
- Copyright © 2019-{{ new Date().getFullYear() }}
- 梧凤桐凰规划研究院(云南)有限公司 版权所有
+ Copyright © 2024-{{ new Date().getFullYear() }}
+ 昆明酷猫科技有限公司 版权所有
All Rights Reserved.
@@ -99,7 +97,7 @@ export default {
diff --git a/vite.config.js b/vite.config.js
index 075139e..b8aa3f2 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -46,8 +46,8 @@ export default defineConfig({
proxy: {
'/api': {
// 正式环境地址
- // target: 'https://www.zkfgcloud.com',
- target: 'http://127.0.0.1:3000',
+ target: 'https://prod.wutongshucloud.com/api',
+ // target: 'http://127.0.0.1:3000',
changeOrigin: true,
rewrite: path => path.replace(/^\/api/, '')
}