Sfoglia il codice sorgente

build: 调整正式环境接口.

wu67 7 mesi fa
parent
commit
fe2d44de23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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': '',