|
@@ -1,10 +1,23 @@
|
|
|
"use strict";
|
|
"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`
|
|
// 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`
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
// 变量可自行添加修改
|
|
// 变量可自行添加修改
|