|
@@ -12,6 +12,7 @@ const index = 0; // 测试环境
|
|
|
// const index = 3 // 勘设云学堂
|
|
|
// const index = 4 // 中正云学堂
|
|
|
// const index = 5 // 山西云学堂
|
|
|
+// const index = 6 // 预发布
|
|
|
const set = [
|
|
|
test,
|
|
|
// 祥粤云学堂
|
|
@@ -54,6 +55,14 @@ const set = [
|
|
|
appid: "wx5872ef563d13dabf",
|
|
|
tenantName: "山西云学堂",
|
|
|
},
|
|
|
+ {
|
|
|
+ BASE_URL: "https://testapi.xyyxt.net",
|
|
|
+ BASE_IMG_URL: "https://file.xyyxt.net/",
|
|
|
+ domain: "h.xyyxt.net",
|
|
|
+ tenantId: "867735392558919680", //详粤云学堂
|
|
|
+ appid: "wxd3c8ae80cf43a305",
|
|
|
+ tenantName: "祥粤云学堂",
|
|
|
+ },
|
|
|
];
|
|
|
export default set[index];
|
|
|
// #ifdef H5
|