Explorar el Código

change: 接口端口互换.

peter hace 7 meses
padre
commit
cc12a60905
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      nuxt.config.js

+ 2 - 2
nuxt.config.js

@@ -75,7 +75,7 @@ export default {
       target:
         process.env.NODE_ENV === 'development'
           ? 'http://13.55.42.195:9003'
-          : 'http://127.0.0.1:8083',
+          : 'http://127.0.0.1:8082',
       changeOrigin: true,
       pathRewrite: {
         '^/api': '',
@@ -85,7 +85,7 @@ export default {
       target:
         process.env.NODE_ENV === 'development'
           ? 'http://13.55.42.195:10172'
-          : 'http://127.0.0.1:8082',
+          : 'http://127.0.0.1:8083',
       changeOrigin: true,
       pathRewrite: {
         '^/c-api': '',