Browse Source

change: 接口端口互换.

peter 7 months ago
parent
commit
cc12a60905
1 changed files with 2 additions and 2 deletions
  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': '',