Explorar o código

后端测试端口调整

qymljy hai 11 meses
pai
achega
1646051053
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: {