Sfoglia il codice sorgente

后端测试端口调整

qymljy 11 mesi fa
parent
commit
1646051053
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -14,7 +14,7 @@ module.exports = {
       port: 8000,
       proxy: {
         '/apis': {
-          target: 'http://61.164.207.46:8000',
+          target: 'http://61.164.207.46:8003',
           ws: true,  // proxy websockets
           changeOrigin: true,  // needed for virtual hosted sites
           pathRewrite: {