|
@@ -39,7 +39,7 @@ export default defineConfig(({
|
|
|
proxy: {
|
|
|
// https://cn.vitejs.dev/config/#server-proxy
|
|
|
'/dev-api': {
|
|
|
- target: 'http://121.37.194.75:10000/test-api',
|
|
|
+ target: 'http://139.9.184.42:10000/prod-api',
|
|
|
// 正式地址
|
|
|
// target:"http://www.printmat.cn:8866/prod-api",
|
|
|
changeOrigin: true,
|