|
@@ -364,8 +364,8 @@ function InputBlur(e) {
|
|
|
|
|
|
function getAppRoutersData() {
|
|
|
getAppRouters({
|
|
|
- domain: window.location.host.indexOf("localhost") != -1 ? "localhost:81" : window.location.host,
|
|
|
- platformType: "MOB",
|
|
|
+ // domain: window.location.host.indexOf("localhost") != -1 ? "localhost:81" : window.location.host,
|
|
|
+ // platformType: "MOB",
|
|
|
// domain :'172.16.120.165:13201'
|
|
|
// domain :'172.16.120.165:13203'
|
|
|
}).then((res) => {
|