Jelajahi Sumber

甘露地址

epans 1 tahun lalu
induk
melakukan
58e845a17b
2 mengubah file dengan 21 tambahan dan 3 penghapusan
  1. 10 1
      .env.development
  2. 11 2
      .env.production

+ 10 - 1
.env.development

@@ -2,9 +2,18 @@ NODE_ENV = 'development'
 
 # base api
 # 测试线
-VUE_APP_BASE_API = 'http://192.168.1.70:8087'
+ 
 
+# 甘露
+VUE_APP_BASE_API = 'http://jsshgl8089.kptyun.com'
 
+# 测试线
+# VUE_APP_BASE_API = 'http://192.168.1.70:8087'
+
+
+# 圣力
 # VUE_APP_BASE_API = 'http://jsxzsl8087.kptyun.com'
 
+
+
  

+ 11 - 2
.env.production

@@ -3,6 +3,15 @@ NODE_ENV = 'production'
 # base api
 # 正式线
 
-VUE_APP_BASE_API = 'http://192.168.1.70:8087'
 
-# VUE_APP_BASE_API = 'http://jsxzsl8087.kptyun.com'
+# 甘露
+VUE_APP_BASE_API = 'http://jsshgl8089.kptyun.com'
+
+# 测试线
+# VUE_APP_BASE_API = 'http://192.168.1.70:8087'
+
+
+# 圣力
+# VUE_APP_BASE_API = 'http://jsxzsl8087.kptyun.com'
+
+