Quellcode durchsuchen

fix:请求地址变更

zhanghui vor 1 Jahr
Ursprung
Commit
4ba81d8f53
1 geänderte Dateien mit 16 neuen und 3 gelöschten Zeilen
  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`
+
+
 
 
 // 变量可自行添加修改