<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
    <meta name="viewport" content="width=device-width, initial-scale=1"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/>
    <meta name="description" content=""/>
    <meta name="author" content=""/>
    <link rel="stylesheet" href="/css/home/pclogin.css">

    <link rel="shortcut icon" href="https://wjk-public-read.cn-hangzhou.oss.aliyuncs.com/frame/image/favicon.ico" type="image/x-icon"/>
    <link rel="bookmark" href="https://wjk-public-read.cn-hangzhou.oss.aliyuncs.com/frame/image/favicon.ico" type="image/x-icon"/>

    <script src="https://wjk-public-read.cn-hangzhou.oss.aliyuncs.com/frame/scriptframework/jquery/3.7.1/jquery.min.js"></script>
    <link rel="stylesheet" href="https://wjk-public-read.cn-hangzhou.oss.aliyuncs.com/frame/scriptframework/twitter-bootstrap/bootstrap.min.css"/>
    <script src="https://wjk-public-read.cn-hangzhou.oss.aliyuncs.com/frame/scriptframework/twitter-bootstrap/bootstrap.min.js"></script>

    <link href="https://wjk-public-read.cn-hangzhou.oss.aliyuncs.com/frame/scriptframework/Font-Awesome/css/font-awesome.min.css"
          type="text/css" rel="stylesheet"/>

    <link rel="stylesheet" href="https://wjk-public-read.cn-hangzhou.oss.aliyuncs.com/frame/css/home/home.css"/>

    <script>
        $(function () {
            $.ajaxSetup({
                beforeSend: function (xhr) {
                    const token = localStorage.getItem('qmcp_token');
                    console.log('Authorization: Bearer ' + token);
                    // 从 localStorage 或 Cookie 中获取登录时存入的 Token
                    if (token) {
                        // 严格按照 Bearer Token 规范格式化
                        xhr.setRequestHeader('Authorization', 'Bearer ' + token);
                    }
                }
            });
        });
    </script>
</head>
<link rel="stylesheet" href="https://wjk-public-read.cn-hangzhou.oss.aliyuncs.com/frame/css/error/error.css" />

<title>玩机客-页面出错</title>

<body>
	<!--<header>-->
		<!--<div class="container">-->
			<!--<div class="pull-left">-->
				<!--<img th:src="@{${frameRootUrl+'/image/platformhome/logo-home.png'}}" />-->
			<!--</div>-->
			<!--<div class="pull-right">-->
				<!--<ul>-->
					<!--<li id="aboutus">关于我们</li>-->
				<!--</ul>-->
			<!--</div>-->
		<!--</div>-->
	<!--</header>-->

	<div class="filenotfound">
		<div class="container content">
			<div class="imageDiv">
				<img class="errorImage" src="https://wjk-public-read.cn-hangzhou.oss.aliyuncs.com/frame/image/404.png" />
			</div>

			<div class="errorContent">
				<p class="font24">
					<i class="fa fa-frown-o titleImg"></i>页面出错了！
				</p>
				<p>网络信号，不稳定或软件异常。</p>
				<p>请尝试重新加载该网页。</p>
				<p style="color: black">No static resource sitemap.xml.</p>

			</div>

		</div>
	</div>
</body>
</html>