付款

parent 3055a512
......@@ -2,7 +2,7 @@
VITE_APP_ENV = 'production'
# URL路径
VITE_APP_BASE_URL = 'https://api.rddyz.com'
VITE_APP_BASE_URL = 'http://test.rhhzkj.com:8080'
# 照片url路径
VITE_APP_IMG_URL = 'https://file.rddyz.com'
\ No newline at end of file
......@@ -41,7 +41,7 @@ export default defineConfig({
// 代理配置
proxy: {
'/api': {
target: 'http://192.168.0.147:9999',
target: 'http://test.rhhzkj.com:8080',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''),
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment