jz.kai 3 years ago
parent
commit
33296d5d2e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .env.production
  2. 1 1
      .env.test

+ 1 - 1
.env.production

@@ -1,3 +1,3 @@
 OUT_PUT_DIR=dist/comparison-portal
 
-VUE_APP_BACKEND_URL=http://qylhhapi.xiaoxinda.com/comparison-server
+VUE_APP_BACKEND_URL=http://localhost:8086/comparison-server

+ 1 - 1
.env.test

@@ -1,3 +1,3 @@
 OUT_PUT_DIR=dist/comparison-portal
 
-VUE_APP_BACKEND_URL=http://ykt-test.xiaoxinda.com/comparison-server
+VUE_APP_BACKEND_URL=http://localhost:8086/comparison-server