屏幕闪退
This commit is contained in:
parent
7e635c3609
commit
2fbd493c37
|
@ -36,7 +36,7 @@ namespace FineUIPro.Web.ZHDD
|
||||||
var j2 = JsonConvert.DeserializeObject<dynamic>(res2);
|
var j2 = JsonConvert.DeserializeObject<dynamic>(res2);
|
||||||
string session_id = j2.session_id;
|
string session_id = j2.session_id;
|
||||||
string token = j2.token;
|
string token = j2.token;
|
||||||
ifZHDD.Src = "https://aqm.cwcec.com/login/#token=" + session_id+"&user_name=" + username + "target=home";
|
ifZHDD.Src = "https://aqm.cwcec.com/login/#token=" + session_id+"&user_name=" + username + "&=home";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
<link href="~/res/index/css/index.css" rel="stylesheet" />
|
<link href="~/res/index/css/index.css" rel="stylesheet" />
|
||||||
<link href="~/res/index/css/home.css" rel="stylesheet" />
|
<link href="~/res/index/css/home.css" rel="stylesheet" />
|
||||||
<link rel="stylesheet" href="~/res/css/swiper.min.css">
|
<link rel="stylesheet" href="~/res/css/swiper.min.css">
|
||||||
<script src="~/res/lib/flex.js"></script>
|
<%--<script src="~/res/lib/flex.js"></script>--%>
|
||||||
<script src="~/res/lib/jquery.js"></script>
|
<script src="~/res/lib/jquery.js"></script>
|
||||||
<script src="~/res/lib/china.js"></script>
|
<script src="~/res/lib/china.js"></script>
|
||||||
<script src="~/res/lib/echarts.min.js"></script>
|
<script src="~/res/lib/echarts.min.js"></script>
|
||||||
|
|
Loading…
Reference in New Issue