guhongwei 4 년 전
부모
커밋
f25f7e0702
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      vue.config.js

+ 3 - 3
vue.config.js

@@ -20,15 +20,15 @@ module.exports = {
     //api地址前缀
     proxy: {
       '/files': {
-        target: 'http://192.168.1.43:8081',
+        target: 'http://free.liaoningdoupo.com',
       },
       '/api': {
-        target: 'http://192.168.1.43:8081',
+        target: 'http://free.liaoningdoupo.com',
         changeOrigin: true,
         ws: true,
       },
       '/ws': {
-        target: 'http://192.168.1.43:8081',
+        target: 'http://free.liaoningdoupo.com',
         ws: true,
       },
     },