wangtao 1 年之前
父節點
當前提交
8658144192
共有 2 個文件被更改,包括 6 次插入0 次删除
  1. 3 0
      .env.production
  2. 3 0
      .env.staging

+ 3 - 0
.env.production

@@ -6,3 +6,6 @@ ENV = 'production'
 
 
 # 管理系统/生产环境
 # 管理系统/生产环境
 VUE_APP_BASE_API = 'https://smartpark.caih.com/'
 VUE_APP_BASE_API = 'https://smartpark.caih.com/'
+
+#中国东信智慧楼宇
+VUE_APP_OUTLINK_API = 'http://10.21.39.1:8185/#/'

+ 3 - 0
.env.staging

@@ -8,3 +8,6 @@ ENV = 'staging'
 
 
 # 管理系统/测试环境
 # 管理系统/测试环境
 VUE_APP_BASE_API = 'https://smartpark.caih.com/'
 VUE_APP_BASE_API = 'https://smartpark.caih.com/'
+
+#中国东信智慧楼宇
+VUE_APP_OUTLINK_API = 'http://10.21.39.1:8185/#/'