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

+ 2 - 2
vue.config.js

@@ -23,10 +23,10 @@ module.exports = {
         target: 'http://broadcast.kqyjy.com',
       },
       '/api/label': {
-        target: 'http://192.168.1.197:4200',
+        target: 'http://broadcast.kqyjy.com',
       },
       [process.env.VUE_APP_BASE_API]: {
-        target: 'http://192.168.1.197:8112',
+        target: 'http://broadcast.kqyjy.com',
         changeOrigin: true,
         ws: false,
         // pathRewrite: {