@x-edu/service 0.0.15 → 0.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/service.js +3 -1
- package/dist/service.mjs +3 -1
- package/dist/service.umd.js +3 -1
- package/package.json +1 -1
package/dist/service.js
CHANGED
|
@@ -16593,7 +16593,9 @@ function isTestHost() {
|
|
|
16593
16593
|
"szyb-test4.ykt.eduyun.cn",
|
|
16594
16594
|
"sun.ykt.eduyun.cn",
|
|
16595
16595
|
"computer.ykt.eduyun.cn",
|
|
16596
|
-
"zxx-preview.ykt.eduyun.cn"
|
|
16596
|
+
"zxx-preview.ykt.eduyun.cn",
|
|
16597
|
+
"teacher-develop-test.ykt.eduyun.cn",
|
|
16598
|
+
"teacher-develop-preview.ykt.eduyun.cn"
|
|
16597
16599
|
];
|
|
16598
16600
|
if (testHosts.indexOf(window.location.host) > -1 || window.location.host.indexOf("localhost") > -1 || window.location.host.indexOf("192.") > -1) {
|
|
16599
16601
|
return true;
|
package/dist/service.mjs
CHANGED
|
@@ -16591,7 +16591,9 @@ function isTestHost() {
|
|
|
16591
16591
|
"szyb-test4.ykt.eduyun.cn",
|
|
16592
16592
|
"sun.ykt.eduyun.cn",
|
|
16593
16593
|
"computer.ykt.eduyun.cn",
|
|
16594
|
-
"zxx-preview.ykt.eduyun.cn"
|
|
16594
|
+
"zxx-preview.ykt.eduyun.cn",
|
|
16595
|
+
"teacher-develop-test.ykt.eduyun.cn",
|
|
16596
|
+
"teacher-develop-preview.ykt.eduyun.cn"
|
|
16595
16597
|
];
|
|
16596
16598
|
if (testHosts.indexOf(window.location.host) > -1 || window.location.host.indexOf("localhost") > -1 || window.location.host.indexOf("192.") > -1) {
|
|
16597
16599
|
return true;
|
package/dist/service.umd.js
CHANGED
|
@@ -16595,7 +16595,9 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
16595
16595
|
"szyb-test4.ykt.eduyun.cn",
|
|
16596
16596
|
"sun.ykt.eduyun.cn",
|
|
16597
16597
|
"computer.ykt.eduyun.cn",
|
|
16598
|
-
"zxx-preview.ykt.eduyun.cn"
|
|
16598
|
+
"zxx-preview.ykt.eduyun.cn",
|
|
16599
|
+
"teacher-develop-test.ykt.eduyun.cn",
|
|
16600
|
+
"teacher-develop-preview.ykt.eduyun.cn"
|
|
16599
16601
|
];
|
|
16600
16602
|
if (testHosts.indexOf(window.location.host) > -1 || window.location.host.indexOf("localhost") > -1 || window.location.host.indexOf("192.") > -1) {
|
|
16601
16603
|
return true;
|