|
@@ -37,7 +37,7 @@ export default defineConfig({
|
|
|
'/api': {
|
|
|
// 正式环境地址
|
|
|
// target: 'https://dev.wutongresearch.club/api',
|
|
|
- target: 'https://prod.wutongshucloud.com/api',
|
|
|
+ target: 'https://bizdata.wutongshucloud.com/api',
|
|
|
// target: 'http://192.168.31.181:8110',
|
|
|
changeOrigin: true,
|
|
|
rewrite: path => path.replace(/^\/api/, '')
|