guhongwei 3 лет назад
Родитель
Сommit
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: {