|
@@ -62,8 +62,8 @@ export default defineNuxtConfig({
|
|
|
server: {
|
|
|
proxy: {
|
|
|
"/api": {
|
|
|
- // target: 'http://54.46.9.88:8001/',
|
|
|
- target: "http://xinke-alb-1217859923.ap-southeast-1.elb.amazonaws.com:18001",
|
|
|
+ target: 'http://54.46.9.88:8001/',
|
|
|
+ // target: "http://xinke-alb-1217859923.ap-southeast-1.elb.amazonaws.com:18001",
|
|
|
changeOrigin: true,
|
|
|
rewrite: (path) => path.replace(/^\/api/, ""),
|
|
|
},
|