Browse Source

内网ip 处理

baishaojie 1 tháng trước cách đây
mục cha
commit
afb274b5fc
2 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 1 1
      .env.development
  2. 2 2
      .env.production

+ 1 - 1
.env.development

@@ -9,7 +9,7 @@ ENV = 'development'
 #VUE_APP_BASE_API = 'http://kpttest.kptyun.com/'
 
 # 线上
-VUE_APP_BASE_API = 'http://127.0.0.1:8081/'
+VUE_APP_BASE_API = 'http://127.0.0.1:8082/'
 
 线上
 #VUE_APP_BASE_API = 'http://127.0.0.1:8081/'

+ 2 - 2
.env.production

@@ -3,7 +3,7 @@ ENV = 'production'
 
 # base api
 # 正式线
-#VUE_APP_BASE_API = ':8081/'
+VUE_APP_BASE_API = ':8082/'
 # VUE_APP_BASE_API = 'http://192.168.1.70:8088/'
 # VUE_APP_BASE_API = 'http://127.0.0.1:8081/'
-VUE_APP_BASE_API = '/'
+#VUE_APP_BASE_API = '/'