|
@@ -21,8 +21,8 @@ export default defineConfig({
|
|
|
proxy: {
|
|
|
'/api/': {
|
|
|
// target: 'http://localhost:8080/',
|
|
|
- // target: 'http://127.0.0.1:3333/',
|
|
|
- target: 'http://10.110.35.47/',
|
|
|
+ target: 'http://127.0.0.1:3333/',
|
|
|
+ // target: 'http://10.110.35.47/',
|
|
|
changeOrigin: true,
|
|
|
rewrite: path => {
|
|
|
return path.replace(/^\/api/, '')
|
|
@@ -30,8 +30,8 @@ export default defineConfig({
|
|
|
},
|
|
|
'/api-gateway/': {
|
|
|
// target: 'http://localhost:8080/',
|
|
|
- // target: 'http://127.0.0.1:4444/',
|
|
|
- target: 'http://10.110.32.62/',
|
|
|
+ target: 'http://127.0.0.1:4444/',
|
|
|
+ // target: 'http://10.110.32.62/',
|
|
|
changeOrigin: true,
|
|
|
rewrite: path => {
|
|
|
return path.replace(/^\/api-gateway/, '')
|