Kaynağa Gözat

fix:请求地址变更

zhanghui 1 yıl önce
ebeveyn
işleme
4ba81d8f53
1 değiştirilmiş dosya ile 16 ekleme ve 3 silme
  1. 16 3
      common/js/env.js

+ 16 - 3
common/js/env.js

@@ -1,10 +1,23 @@
 "use strict";
 
-// let baseUrl = `https://jje.admin.xinyuekj.com.cn`
-// let baseUrl = `https://jje.admin.xinyuekj.com.cn/test-api`
-let baseUrl = `http://65i1sxopd9qp.ngrok.xiaomiqiu123.top`
+/**
+ * 正式环境
+ * @type {string}
+ */
 // let baseUrl = `https://jje.xinyuekj.com.cn/prod-api`
 
+/**
+ * 测试环境
+ * @type {string}
+ */
+let baseUrl = `https://jje.xinyuekj.com.cn/test-api`
+
+/**
+ * 庞架开发环境
+ */
+// let baseUrl = `http://65i1sxopd9qp.ngrok.xiaomiqiu123.top`
+
+
 
 
 // 变量可自行添加修改