|
|
@@ -28,7 +28,8 @@ export default defineConfig({
|
|
|
proxy: {
|
|
|
'/forward-service': {
|
|
|
// target: 'http://192.168.103.33:8585/',
|
|
|
- target: 'http://192.168.100.115:8585/', // 生产环境
|
|
|
+ target: 'http://192.168.104.74:8585/',// 测试环境
|
|
|
+ // target: 'http://192.168.100.115:8585/', // 生产环境
|
|
|
changeOrigin: true,
|
|
|
rewrite: (path) => {
|
|
|
// console.log('path', path)
|