guhongwei324 před 11 měsíci
rodič
revize
8f8ee45d69
3 změnil soubory, kde provedl 4 přidání a 3 odebrání
  1. 1 1
      .env
  2. 1 0
      .gitignore
  3. 2 2
      vue.config.js

+ 1 - 1
.env

@@ -1,3 +1,3 @@
 VUE_APP_AXIOS_BASE_URL = ''
 VUE_APP_ROUTER="web"
-VUE_APP_HOST="http://broadcast.waityou24.cn"
+VUE_APP_HOST="http://www.freeskyghw.cn"

+ 1 - 0
.gitignore

@@ -2,6 +2,7 @@
 node_modules
 package-lock.json
 /dist
+/web
 
 
 # local env files

+ 2 - 2
vue.config.js

@@ -20,10 +20,10 @@ module.exports = {
     port: '8001',
     proxy: {
       '/files': {
-        target: 'http://broadcast.waityou24.cn',
+        target: 'http://123.57.16.142',
       },
       '/projectadmin/api': {
-        target: 'https://broadcast.waityou24.cn', //http://127.0.0.1:10102  http://www.freeskyghw.cn
+        target: 'http://123.57.16.142',
         changeOrigin: true,
         ws: false,
       },