You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
563 B
Plaintext
21 lines
563 B
Plaintext
11 months ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>首页</title>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<link href="css/themes/default/jquery.mobile-1.4.5.min.css" rel="stylesheet" type="text/css" />
|
||
|
|
||
|
<script>
|
||
|
var pageInfo = localStorage.getItem("topPage");
|
||
|
pageInfo = pageInfo || "";
|
||
|
if (pageInfo == "")
|
||
|
window.location.href = '../CCMobilePortal/Home.htm';
|
||
|
else
|
||
|
window.location.href = '../FastMobilePortal/Default.htm';
|
||
|
</script>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
</body>
|
||
|
</html>
|