Browse Source

build: 调整正式环境接口.

wu67 7 months ago
parent
commit
fe2d44de23
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nuxt.config.js

+ 1 - 1
nuxt.config.js

@@ -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': '',