diff --git a/.env.production b/.env.production index f30164f..d441c26 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,3 @@ # 生产环境配置 -VITE_API_BASE_URL=https://www.zrbjr.com/api -VITE_UPLOAD_BASE_URL=https://www.zrbjr.com/api/upload +VITE_API_BASE_URL=http://114.55.111.44:3001/api +VITE_UPLOAD_BASE_URL=http://114.55.111.44:3001/api/upload diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..35410ca --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/UniappTool.xml b/.idea/UniappTool.xml new file mode 100644 index 0000000..f7328e8 --- /dev/null +++ b/.idea/UniappTool.xml @@ -0,0 +1,10 @@ + + + + + \ No newline at end of file diff --git a/.idea/frontend.iml b/.idea/frontend.iml new file mode 100644 index 0000000..24643cc --- /dev/null +++ b/.idea/frontend.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..f3d93d7 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index de619c2..37c739c 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - 易融宝 + 炬融圈 \ No newline at end of file diff --git a/vite.config.js b/vite.config.js index cd1c385..bf75d29 100644 --- a/vite.config.js +++ b/vite.config.js @@ -14,11 +14,11 @@ export default defineConfig({ port: 5173, proxy: { '/api': { - target: 'http://localhost:3000', + target: 'http://114.55.111.44:3001', changeOrigin: true }, '/uploads': { - target: 'http://localhost:3000', + target: 'http://114.55.111.44:3001', changeOrigin: true } }