<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>系统发生错误</title>
    <meta name="robots" content="noindex,nofollow" />
    <style>
        /* Base */
        body {
            color: #333;
            font: 16px Verdana, "Helvetica Neue", helvetica, Arial, 'Microsoft YaHei', sans-serif;
            margin: 0;
            padding: 0 20px 20px;
        }
        h1{
            margin: 10px 0 0;
            font-size: 28px;
            font-weight: 500;
            line-height: 32px;
        }
        h2{
            color: #4288ce;
            font-weight: 400;
            padding: 6px 0;
            margin: 6px 0 0;
            font-size: 18px;
            border-bottom: 1px solid #eee;
        }
        h3{
            margin: 12px;
            font-size: 16px;
            font-weight: bold;
        }
        abbr{
            cursor: help;
            text-decoration: underline;
            text-decoration-style: dotted;
        }
        a{
            color: #868686;
            cursor: pointer;
        }
        a:hover{
            text-decoration: underline;
        }
        .line-error{
            background: #f8cbcb;
        }
        .echo table {
            width: 100%;
        }
        .echo pre {
            padding: 16px;
            overflow: auto;
            font-size: 85%;
            line-height: 1.45;
            background-color: #f7f7f7;
            border: 0;
            border-radius: 3px;
            font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
        }
        .echo pre > pre {
            padding: 0;
            margin: 0;
        }
        /* Exception Info */
        .exception {
            margin-top: 20px;
        }
        .exception .message{
            padding: 12px;
            border: 1px solid #ddd;
            border-bottom: 0 none;
            line-height: 18px;
            font-size:16px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            font-family: Consolas,"Liberation Mono",Courier,Verdana,"微软雅黑",serif;
        }
        .exception .code{
            float: left;
            text-align: center;
            color: #fff;
            margin-right: 12px;
            padding: 16px;
            border-radius: 4px;
            background: #999;
        }
        .exception .source-code{
            padding: 6px;
            border: 1px solid #ddd;

            background: #f9f9f9;
            overflow-x: auto;

        }
        .exception .source-code pre{
            margin: 0;
        }
        .exception .source-code pre ol{
            margin: 0;
            color: #4288ce;
            display: inline-block;
            min-width: 100%;
            box-sizing: border-box;
            font-size:14px;
            font-family: "Century Gothic",Consolas,"Liberation Mono",Courier,Verdana,serif;
            padding-left: 40px;
        }
        .exception .source-code pre li{
            border-left: 1px solid #ddd;
            height: 18px;
            line-height: 18px;
        }
        .exception .source-code pre code{
            color: #333;
            height: 100%;
            display: inline-block;
            border-left: 1px solid #fff;
            font-size:14px;
            font-family: Consolas,"Liberation Mono",Courier,Verdana,"微软雅黑",serif;
        }
        .exception .trace{
            padding: 6px;
            border: 1px solid #ddd;
            border-top: 0 none;
            line-height: 16px;
            font-size:14px;
            font-family: Consolas,"Liberation Mono",Courier,Verdana,"微软雅黑",serif;
        }
        .exception .trace h2:hover {
            text-decoration: underline;
            cursor: pointer;
        }
        .exception .trace ol{
            margin: 12px;
        }
        .exception .trace ol li{
            padding: 2px 4px;
        }
        .exception div:last-child{
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        /* Exception Variables */
        .exception-var table{
            width: 100%;
            margin: 12px 0;
            box-sizing: border-box;
            table-layout:fixed;
            word-wrap:break-word;
        }
        .exception-var table caption{
            text-align: left;
            font-size: 16px;
            font-weight: bold;
            padding: 6px 0;
        }
        .exception-var table caption small{
            font-weight: 300;
            display: inline-block;
            margin-left: 10px;
            color: #ccc;
        }
        .exception-var table tbody{
            font-size: 13px;
            font-family: Consolas, "Liberation Mono", Courier, "微软雅黑",serif;
        }
        .exception-var table td{
            padding: 0 6px;
            vertical-align: top;
            word-break: break-all;
        }
        .exception-var table td:first-child{
            width: 28%;
            font-weight: bold;
            white-space: nowrap;
        }
        .exception-var table td pre{
            margin: 0;
        }

        /* Copyright Info */
        .copyright{
            margin-top: 24px;
            padding: 12px 0;
            border-top: 1px solid #eee;
        }

        /* SPAN elements with the classes below are added by prettyprint. */
        pre.prettyprint .pln { color: #000 }  /* plain text */
        pre.prettyprint .str { color: #080 }  /* string content */
        pre.prettyprint .kwd { color: #008 }  /* a keyword */
        pre.prettyprint .com { color: #800 }  /* a comment */
        pre.prettyprint .typ { color: #606 }  /* a type name */
        pre.prettyprint .lit { color: #066 }  /* a literal value */
        /* punctuation, lisp open bracket, lisp close bracket */
        pre.prettyprint .pun, pre.prettyprint .opn, pre.prettyprint .clo { color: #660 }
        pre.prettyprint .tag { color: #008 }  /* a markup tag name */
        pre.prettyprint .atn { color: #606 }  /* a markup attribute name */
        pre.prettyprint .atv { color: #080 }  /* a markup attribute value */
        pre.prettyprint .dec, pre.prettyprint .var { color: #606 }  /* a declaration; a variable name */
        pre.prettyprint .fun { color: red }  /* a function name */
    </style>
</head>
<body>
                <div class="exception">
        <div class="message">
            <div class="info">
                <div>
                    <h2>#0 [0]<abbr title="think\exception\RouteNotFoundException">RouteNotFoundException</abbr> in <a class="toggle" title="/www/wwwroot/dev-cn/vendor/topthink/framework/src/think/Route.php line 736">Route.php line 736</a></h2>
                </div>
                <div><h1>当前访问路由未定义或不匹配</h1></div>
            </div>
        </div>
                            <div class="source-code">
                    <pre class="prettyprint lang-php"><ol start="727"><li class="line-0-727"><code>        $result = $this-&gt;checkDomain()-&gt;check($this-&gt;request, $url, $completeMatch);
</code></li><li class="line-0-728"><code>
</code></li><li class="line-0-729"><code>        if (false === $result &amp;&amp; !empty($this-&gt;cross)) {
</code></li><li class="line-0-730"><code>            // 检测跨域路由
</code></li><li class="line-0-731"><code>            $result = $this-&gt;cross-&gt;check($this-&gt;request, $url, $completeMatch);
</code></li><li class="line-0-732"><code>        }
</code></li><li class="line-0-733"><code>
</code></li><li class="line-0-734"><code>        if (false === $result &amp;&amp; $this-&gt;config['url_route_must']) {
</code></li><li class="line-0-735"><code>            // 开启强制路由
</code></li><li class="line-0-736 line-error"><code>            throw new RouteNotFoundException();
</code></li><li class="line-0-737"><code>        }
</code></li><li class="line-0-738"><code>
</code></li><li class="line-0-739"><code>        return $result;
</code></li><li class="line-0-740"><code>    }
</code></li><li class="line-0-741"><code>
</code></li><li class="line-0-742"><code>    /**
</code></li><li class="line-0-743"><code>     * 获取当前请求URL的pathinfo信息(不含URL后缀)
</code></li><li class="line-0-744"><code>     * @access protected
</code></li><li class="line-0-745"><code>     * @return string
</code></li></ol></pre>
                </div>
                    <div class="trace">
            <h2 data-expand="1">Call Stack</h2>
            <ol>
                <li>in <a class="toggle" title="/www/wwwroot/dev-cn/vendor/topthink/framework/src/think/Route.php line 736">Route.php line 736</a></li>
                                    <li>
                        at <abbr title="think\Route">Route</abbr>->check() in <a class="toggle" title="/www/wwwroot/dev-cn/vendor/topthink/framework/src/think/Route.php line 700">Route.php line 700</a>                    </li>
                                    <li>
                        at <abbr title="think\Route">Route</abbr>->dispatch() in <a class="toggle" title="/www/wwwroot/dev-cn/vendor/topthink/framework/src/think/Http.php line 208">Http.php line 208</a>                    </li>
                                    <li>
                        at <abbr title="think\Http">Http</abbr>->dispatchToRoute() in <a class="toggle" title="/www/wwwroot/dev-cn/vendor/topthink/framework/src/think/Http.php line 198">Http.php line 198</a>                    </li>
                                    <li>
                        at <abbr title="think\Http">Http</abbr>->think\{closure}() in <a class="toggle" title="/www/wwwroot/dev-cn/vendor/topthink/framework/src/think/Pipeline.php line 59">Pipeline.php line 59</a>                    </li>
                                    <li>
                        at <abbr title="think\Pipeline">Pipeline</abbr>->think\{closure}() in <a class="toggle" title="/www/wwwroot/dev-cn/vendor/topthink/think-multi-app/src/MultiApp.php line 51">MultiApp.php line 51</a>                    </li>
                                    <li>
                        at <abbr title="think\app\MultiApp">MultiApp</abbr>->think\app\{closure}() in <a class="toggle" title="/www/wwwroot/dev-cn/vendor/topthink/framework/src/think/Pipeline.php line 59">Pipeline.php line 59</a>                    </li>
                                    <li>
                        at <abbr title="think\Pipeline">Pipeline</abbr>->think\{closure}() in <a class="toggle" title="/www/wwwroot/dev-cn/vendor/topthink/framework/src/think/Pipeline.php line 66">Pipeline.php line 66</a>                    </li>
                                    <li>
                        at <abbr title="think\Pipeline">Pipeline</abbr>->then() in <a class="toggle" title="/www/wwwroot/dev-cn/vendor/topthink/think-multi-app/src/MultiApp.php line 52">MultiApp.php line 52</a>                    </li>
                                    <li>
                        at <abbr title="think\app\MultiApp">MultiApp</abbr>->handle()                    </li>
                                    <li>
                        at call_user_func() in <a class="toggle" title="/www/wwwroot/dev-cn/vendor/topthink/framework/src/think/Middleware.php line 134">Middleware.php line 134</a>                    </li>
                                    <li>
                        at <abbr title="think\Middleware">Middleware</abbr>->think\{closure}() in <a class="toggle" title="/www/wwwroot/dev-cn/vendor/topthink/framework/src/think/Pipeline.php line 85">Pipeline.php line 85</a>                    </li>
                                    <li>
                        at <abbr title="think\Pipeline">Pipeline</abbr>->think\{closure}() in <a class="toggle" title="/www/wwwroot/dev-cn/vendor/topthink/framework/src/think/middleware/SessionInit.php line 58">SessionInit.php line 58</a>                    </li>
                                    <li>
                        at <abbr title="think\middleware\SessionInit">SessionInit</abbr>->handle()                    </li>
                                    <li>
                        at call_user_func() in <a class="toggle" title="/www/wwwroot/dev-cn/vendor/topthink/framework/src/think/Middleware.php line 134">Middleware.php line 134</a>                    </li>
                                    <li>
                        at <abbr title="think\Middleware">Middleware</abbr>->think\{closure}() in <a class="toggle" title="/www/wwwroot/dev-cn/vendor/topthink/framework/src/think/Pipeline.php line 85">Pipeline.php line 85</a>                    </li>
                                    <li>
                        at <abbr title="think\Pipeline">Pipeline</abbr>->think\{closure}() in <a class="toggle" title="/www/wwwroot/dev-cn/vendor/topthink/framework/src/think/middleware/LoadLangPack.php line 53">LoadLangPack.php line 53</a>                    </li>
                                    <li>
                        at <abbr title="think\middleware\LoadLangPack">LoadLangPack</abbr>->handle()                    </li>
                                    <li>
                        at call_user_func() in <a class="toggle" title="/www/wwwroot/dev-cn/vendor/topthink/framework/src/think/Middleware.php line 134">Middleware.php line 134</a>                    </li>
                                    <li>
                        at <abbr title="think\Middleware">Middleware</abbr>->think\{closure}() in <a class="toggle" title="/www/wwwroot/dev-cn/vendor/topthink/framework/src/think/Pipeline.php line 85">Pipeline.php line 85</a>                    </li>
                                    <li>
                        at <abbr title="think\Pipeline">Pipeline</abbr>->think\{closure}() in <a class="toggle" title="/www/wwwroot/dev-cn/vendor/topthink/think-trace/src/TraceDebug.php line 71">TraceDebug.php line 71</a>                    </li>
                                    <li>
                        at <abbr title="think\trace\TraceDebug">TraceDebug</abbr>->handle()                    </li>
                                    <li>
                        at call_user_func() in <a class="toggle" title="/www/wwwroot/dev-cn/vendor/topthink/framework/src/think/Middleware.php line 134">Middleware.php line 134</a>                    </li>
                                    <li>
                        at <abbr title="think\Middleware">Middleware</abbr>->think\{closure}() in <a class="toggle" title="/www/wwwroot/dev-cn/vendor/topthink/framework/src/think/Pipeline.php line 85">Pipeline.php line 85</a>                    </li>
                                    <li>
                        at <abbr title="think\Pipeline">Pipeline</abbr>->think\{closure}() in <a class="toggle" title="/www/wwwroot/dev-cn/vendor/topthink/framework/src/think/Pipeline.php line 66">Pipeline.php line 66</a>                    </li>
                                    <li>
                        at <abbr title="think\Pipeline">Pipeline</abbr>->then() in <a class="toggle" title="/www/wwwroot/dev-cn/vendor/topthink/framework/src/think/Http.php line 199">Http.php line 199</a>                    </li>
                                    <li>
                        at <abbr title="think\Http">Http</abbr>->runWithRequest() in <a class="toggle" title="/www/wwwroot/dev-cn/vendor/topthink/framework/src/think/Http.php line 162">Http.php line 162</a>                    </li>
                                    <li>
                        at <abbr title="think\Http">Http</abbr>->run() in <a class="toggle" title="/www/wwwroot/dev-cn/public/index.php line 21">index.php line 21</a>                    </li>
                            </ol>
        </div>
    </div>
                
    
        <div class="exception-var">
        <h2>Environment Variables</h2>
                <table>
                        <caption>GET Data<small>empty</small></caption>
                    </table>
                <table>
                        <caption>POST Data<small>empty</small></caption>
                    </table>
                <table>
                        <caption>Files<small>empty</small></caption>
                    </table>
                <table>
                        <caption>Cookies</caption>
            <tbody>
                                <tr>
                    <td>web_global_lang</td>
                    <td>zh-cn</td>
                </tr>
                            </tbody>
                    </table>
                <table>
                        <caption>Session<small>empty</small></caption>
                    </table>
                <table>
                        <caption>Server/Request Data</caption>
            <tbody>
                                <tr>
                    <td>USER</td>
                    <td>www</td>
                </tr>
                                <tr>
                    <td>HOME</td>
                    <td>/home/www</td>
                </tr>
                                <tr>
                    <td>HTTP_UPGRADE_INSECURE_REQUESTS</td>
                    <td>1</td>
                </tr>
                                <tr>
                    <td>HTTP_CONNECTION</td>
                    <td>keep-alive</td>
                </tr>
                                <tr>
                    <td>HTTP_ACCEPT_ENCODING</td>
                    <td>gzip, deflate</td>
                </tr>
                                <tr>
                    <td>HTTP_ACCEPT_LANGUAGE</td>
                    <td>zh-CN,zh;q=0.9,en;q=0.8</td>
                </tr>
                                <tr>
                    <td>HTTP_ACCEPT</td>
                    <td>text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8</td>
                </tr>
                                <tr>
                    <td>HTTP_USER_AGENT</td>
                    <td>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36</td>
                </tr>
                                <tr>
                    <td>HTTP_HOST</td>
                    <td>www.hanscnc.com</td>
                </tr>
                                <tr>
                    <td>PATH_INFO</td>
                    <td></td>
                </tr>
                                <tr>
                    <td>REDIRECT_STATUS</td>
                    <td>200</td>
                </tr>
                                <tr>
                    <td>SERVER_NAME</td>
                    <td>106.55.44.168</td>
                </tr>
                                <tr>
                    <td>SERVER_PORT</td>
                    <td>443</td>
                </tr>
                                <tr>
                    <td>SERVER_ADDR</td>
                    <td>172.16.0.10</td>
                </tr>
                                <tr>
                    <td>REMOTE_PORT</td>
                    <td>59297</td>
                </tr>
                                <tr>
                    <td>REMOTE_ADDR</td>
                    <td>154.31.237.237</td>
                </tr>
                                <tr>
                    <td>SERVER_SOFTWARE</td>
                    <td>nginx/1.28.3</td>
                </tr>
                                <tr>
                    <td>GATEWAY_INTERFACE</td>
                    <td>CGI/1.1</td>
                </tr>
                                <tr>
                    <td>HTTPS</td>
                    <td>on</td>
                </tr>
                                <tr>
                    <td>REQUEST_SCHEME</td>
                    <td>https</td>
                </tr>
                                <tr>
                    <td>SERVER_PROTOCOL</td>
                    <td>HTTP/1.1</td>
                </tr>
                                <tr>
                    <td>DOCUMENT_ROOT</td>
                    <td>/www/wwwroot/dev-cn/public</td>
                </tr>
                                <tr>
                    <td>DOCUMENT_URI</td>
                    <td>/index.php</td>
                </tr>
                                <tr>
                    <td>REQUEST_URI</td>
                    <td>/res/css/global.css</td>
                </tr>
                                <tr>
                    <td>SCRIPT_NAME</td>
                    <td>/index.php</td>
                </tr>
                                <tr>
                    <td>CONTENT_LENGTH</td>
                    <td></td>
                </tr>
                                <tr>
                    <td>CONTENT_TYPE</td>
                    <td></td>
                </tr>
                                <tr>
                    <td>REQUEST_METHOD</td>
                    <td>GET</td>
                </tr>
                                <tr>
                    <td>QUERY_STRING</td>
                    <td>s=/res/css/global.css</td>
                </tr>
                                <tr>
                    <td>SCRIPT_FILENAME</td>
                    <td>/www/wwwroot/dev-cn/public/index.php</td>
                </tr>
                                <tr>
                    <td>FCGI_ROLE</td>
                    <td>RESPONDER</td>
                </tr>
                                <tr>
                    <td>PHP_SELF</td>
                    <td>/index.php</td>
                </tr>
                                <tr>
                    <td>REQUEST_TIME_FLOAT</td>
                    <td>1783864328.7086</td>
                </tr>
                                <tr>
                    <td>REQUEST_TIME</td>
                    <td>1783864328</td>
                </tr>
                            </tbody>
                    </table>
            </div>
    
    <div class="copyright">
        <a title="官方网站" href="http://www.thinkphp.cn">ThinkPHP</a> 
        <span>V8.1.2</span> 
        <span>{ 十年磨一剑-为API开发设计的高性能框架 }</span>
        <span>- <a title="官方手册" href="https://doc.thinkphp.cn">官方手册</a></span>
    </div>
        <script>
        function $(selector, node){
            var elements;

            node = node || document;
            if(document.querySelectorAll){
                elements = node.querySelectorAll(selector);
            } else {
                switch(selector.substr(0, 1)){
                    case '#':
                        elements = [node.getElementById(selector.substr(1))];
                        break;
                    case '.':
                        if(document.getElementsByClassName){
                            elements = node.getElementsByClassName(selector.substr(1));
                        } else {
                            elements = get_elements_by_class(selector.substr(1), node);
                        }
                        break;
                    default:
                        elements = node.getElementsByTagName();
                }
            }
            return elements;

            function get_elements_by_class(search_class, node, tag) {
                var elements = [], eles, 
                    pattern  = new RegExp('(^|\\s)' + search_class + '(\\s|$)');

                node = node || document;
                tag  = tag  || '*';

                eles = node.getElementsByTagName(tag);
                for(var i = 0; i < eles.length; i++) {
                    if(pattern.test(eles[i].className)) {
                        elements.push(eles[i])
                    }
                }

                return elements;
            }
        }

        $.getScript = function(src, func){
            var script = document.createElement('script');
            
            script.async  = 'async';
            script.src    = src;
            script.onload = func || function(){};
            
            $('head')[0].appendChild(script);
        }

        ;(function(){
            var files = $('.toggle');
            var ol    = $('ol', $('.prettyprint')[0]);
            var li    = $('li', ol[0]);   

            // 短路径和长路径变换
            for(var i = 0; i < files.length; i++){
                files[i].ondblclick = function(){
                    var title = this.title;

                    this.title = this.innerHTML;
                    this.innerHTML = title;
                }
            }

            (function () {
                var expand = function (dom, expand) {
                    var ol = $('ol', dom.parentNode)[0];
                    expand = undefined === expand ? dom.attributes['data-expand'].value === '0' : undefined;
                    if (expand) {
                        dom.attributes['data-expand'].value = '1';
                        ol.style.display = 'none';
                        dom.innerText = 'Call Stack (展开)';
                    } else {
                        dom.attributes['data-expand'].value = '0';
                        ol.style.display = 'block';
                        dom.innerText = 'Call Stack (折叠)';
                    }
                };
                var traces = $('.trace');
                for (var i = 0; i < traces.length; i ++) {
                    var h2 = $('h2', traces[i])[0];
                    expand(h2);
                    h2.onclick = function () {
                        expand(this);
                    };
                }
            })();

            $.getScript('//cdn.bootcdn.net/ajax/libs/prettify/r298/prettify.min.js', function(){
                prettyPrint();
            });
        })();
    </script>
    
<script type='text/javascript'>
console.group('基本');
console.log("\u8bf7\u6c42\u4fe1\u606f 2026-07-12 21:52:08 HTTP\/1.1 GET : https:\/\/www.hanscnc.com\/res\/css\/global.css");
console.log("\u8fd0\u884c\u65f6\u95f4 0.031329s [ \u541e\u5410\u7387\uff1a31.92req\/s ] \u5185\u5b58\u6d88\u8017\uff1a3,339.48kb \u6587\u4ef6\u52a0\u8f7d\uff1a141");
console.log("\u67e5\u8be2\u4fe1\u606f 0 queries");
console.log("\u7f13\u5b58\u4fe1\u606f 0 reads,0 writes");
console.log("\u4f1a\u8bdd\u4fe1\u606f SESSION_ID=0c9b0635009af4cf5677e5892f410d59");
console.groupEnd();console.groupCollapsed('文件');
console.log("1 \/www\/wwwroot\/dev-cn\/public\/index.php ( 0.82 KB )");
console.log("2 \/www\/wwwroot\/dev-cn\/vendor\/autoload.php ( 0.73 KB )");
console.log("3 \/www\/wwwroot\/dev-cn\/vendor\/composer\/autoload_real.php ( 1.63 KB )");
console.log("4 \/www\/wwwroot\/dev-cn\/vendor\/composer\/platform_check.php ( 0.90 KB )");
console.log("5 \/www\/wwwroot\/dev-cn\/vendor\/composer\/ClassLoader.php ( 15.99 KB )");
console.log("6 \/www\/wwwroot\/dev-cn\/vendor\/composer\/autoload_static.php ( 10.40 KB )");
console.log("7 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/think-helper\/src\/helper.php ( 8.34 KB )");
console.log("8 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/think-validate\/src\/helper.php ( 2.19 KB )");
console.log("9 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/think-orm\/src\/helper.php ( 1.47 KB )");
console.log("10 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/think-orm\/stubs\/load_stubs.php ( 0.16 KB )");
console.log("11 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/Exception.php ( 1.69 KB )");
console.log("12 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/think-container\/src\/Facade.php ( 2.71 KB )");
console.log("13 \/www\/wwwroot\/dev-cn\/vendor\/ralouphie\/getallheaders\/src\/getallheaders.php ( 1.60 KB )");
console.log("14 \/www\/wwwroot\/dev-cn\/vendor\/symfony\/deprecation-contracts\/function.php ( 0.99 KB )");
console.log("15 \/www\/wwwroot\/dev-cn\/vendor\/symfony\/polyfill-mbstring\/bootstrap.php ( 8.26 KB )");
console.log("16 \/www\/wwwroot\/dev-cn\/vendor\/symfony\/polyfill-mbstring\/bootstrap80.php ( 9.78 KB )");
console.log("17 \/www\/wwwroot\/dev-cn\/vendor\/guzzlehttp\/guzzle\/src\/functions_include.php ( 0.16 KB )");
console.log("18 \/www\/wwwroot\/dev-cn\/vendor\/guzzlehttp\/guzzle\/src\/functions.php ( 5.54 KB )");
console.log("19 \/www\/wwwroot\/dev-cn\/vendor\/symfony\/var-dumper\/Resources\/functions\/dump.php ( 0.99 KB )");
console.log("20 \/www\/wwwroot\/dev-cn\/vendor\/tinify\/tinify\/lib\/Tinify.php ( 2.07 KB )");
console.log("21 \/www\/wwwroot\/dev-cn\/vendor\/tinify\/tinify\/lib\/Tinify\/Exception.php ( 1.08 KB )");
console.log("22 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/think-captcha\/src\/helper.php ( 1.37 KB )");
console.log("23 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/think-dumper\/src\/helper.php ( 0.18 KB )");
console.log("24 \/www\/wwwroot\/dev-cn\/vendor\/symfony\/var-dumper\/VarDumper.php ( 3.73 KB )");
console.log("25 \/www\/wwwroot\/dev-cn\/vendor\/tp5er\/tp5-databackup\/src\/function.php ( 6.01 KB )");
console.log("26 \/www\/wwwroot\/dev-cn\/vendor\/vietrue\/think-blade\/src\/helper.php ( 1.31 KB )");
console.log("27 \/www\/wwwroot\/dev-cn\/vendor\/vietrue\/think-blade\/src\/Support\/helpers.php ( 5.60 KB )");
console.log("28 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/App.php ( 15.00 KB )");
console.log("29 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/think-container\/src\/Container.php ( 15.62 KB )");
console.log("30 \/www\/wwwroot\/dev-cn\/vendor\/psr\/container\/src\/ContainerInterface.php ( 1.02 KB )");
console.log("31 \/www\/wwwroot\/dev-cn\/app\/provider.php ( 0.30 KB )");
console.log("32 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/Http.php ( 6.04 KB )");
console.log("33 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/think-helper\/src\/helper\/Str.php ( 7.29 KB )");
console.log("34 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/Env.php ( 4.68 KB )");
console.log("35 \/www\/wwwroot\/dev-cn\/app\/common.php ( 89.51 KB )");
console.log("36 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/helper.php ( 18.78 KB )");
console.log("37 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/Config.php ( 5.54 KB )");
console.log("38 \/www\/wwwroot\/dev-cn\/config\/app.php ( 1.48 KB )");
console.log("39 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/facade\/Env.php ( 1.67 KB )");
console.log("40 \/www\/wwwroot\/dev-cn\/config\/auth.php ( 0.64 KB )");
console.log("41 \/www\/wwwroot\/dev-cn\/config\/backup.php ( 1.02 KB )");
console.log("42 \/www\/wwwroot\/dev-cn\/config\/cache.php ( 0.81 KB )");
console.log("43 \/www\/wwwroot\/dev-cn\/config\/captcha.php ( 1.17 KB )");
console.log("44 \/www\/wwwroot\/dev-cn\/config\/console.php ( 0.29 KB )");
console.log("45 \/www\/wwwroot\/dev-cn\/config\/cookie.php ( 0.57 KB )");
console.log("46 \/www\/wwwroot\/dev-cn\/config\/database.php ( 3.69 KB )");
console.log("47 \/www\/wwwroot\/dev-cn\/config\/filesystem.php ( 0.63 KB )");
console.log("48 \/www\/wwwroot\/dev-cn\/config\/lang.php ( 0.97 KB )");
console.log("49 \/www\/wwwroot\/dev-cn\/config\/log.php ( 1.39 KB )");
console.log("50 \/www\/wwwroot\/dev-cn\/config\/middleware.php ( 0.20 KB )");
console.log("51 \/www\/wwwroot\/dev-cn\/config\/route.php ( 1.79 KB )");
console.log("52 \/www\/wwwroot\/dev-cn\/config\/session.php ( 0.58 KB )");
console.log("53 \/www\/wwwroot\/dev-cn\/config\/token.php ( 1.49 KB )");
console.log("54 \/www\/wwwroot\/dev-cn\/config\/trace.php ( 0.35 KB )");
console.log("55 \/www\/wwwroot\/dev-cn\/config\/view.php ( 1.56 KB )");
console.log("56 \/www\/wwwroot\/dev-cn\/app\/event.php ( 0.27 KB )");
console.log("57 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/Event.php ( 7.67 KB )");
console.log("58 \/www\/wwwroot\/dev-cn\/app\/service.php ( 0.14 KB )");
console.log("59 \/www\/wwwroot\/dev-cn\/app\/AppService.php ( 0.28 KB )");
console.log("60 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/Service.php ( 1.64 KB )");
console.log("61 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/Lang.php ( 7.35 KB )");
console.log("62 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/lang\/zh-cn.php ( 13.70 KB )");
console.log("63 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/initializer\/Error.php ( 3.31 KB )");
console.log("64 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/initializer\/RegisterService.php ( 1.33 KB )");
console.log("65 \/www\/wwwroot\/dev-cn\/vendor\/services.php ( 0.25 KB )");
console.log("66 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/service\/PaginatorService.php ( 1.52 KB )");
console.log("67 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/service\/ValidateService.php ( 0.99 KB )");
console.log("68 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/service\/ModelService.php ( 1.75 KB )");
console.log("69 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/think-captcha\/src\/CaptchaService.php ( 0.52 KB )");
console.log("70 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/think-multi-app\/src\/Service.php ( 1.08 KB )");
console.log("71 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/think-trace\/src\/Service.php ( 0.77 KB )");
console.log("72 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/Middleware.php ( 6.72 KB )");
console.log("73 \/www\/wwwroot\/dev-cn\/vendor\/tp5er\/tp5-databackup\/src\/Service.php ( 0.58 KB )");
console.log("74 \/www\/wwwroot\/dev-cn\/vendor\/tp5er\/tp5-databackup\/src\/commands\/Commands.php ( 0.59 KB )");
console.log("75 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/Console.php ( 22.81 KB )");
console.log("76 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/initializer\/BootService.php ( 0.77 KB )");
console.log("77 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/think-orm\/src\/Paginator.php ( 11.86 KB )");
console.log("78 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/think-validate\/src\/Validate.php ( 63.20 KB )");
console.log("79 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/think-orm\/src\/Model.php ( 23.55 KB )");
console.log("80 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/think-helper\/src\/contract\/Arrayable.php ( 0.09 KB )");
console.log("81 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/think-helper\/src\/contract\/Jsonable.php ( 0.13 KB )");
console.log("82 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/think-orm\/src\/model\/contract\/Modelable.php ( 0.09 KB )");
console.log("83 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/think-orm\/src\/model\/concern\/Attribute.php ( 21.05 KB )");
console.log("84 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/think-orm\/src\/model\/concern\/AutoWriteData.php ( 4.21 KB )");
console.log("85 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/think-orm\/src\/model\/concern\/Conversion.php ( 6.44 KB )");
console.log("86 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/think-orm\/src\/model\/concern\/DbConnect.php ( 5.16 KB )");
console.log("87 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/think-orm\/src\/model\/concern\/ModelEvent.php ( 2.33 KB )");
console.log("88 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/think-orm\/src\/model\/concern\/RelationShip.php ( 28.29 KB )");
console.log("89 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/Db.php ( 2.88 KB )");
console.log("90 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/think-orm\/src\/DbManager.php ( 8.52 KB )");
console.log("91 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/Log.php ( 6.28 KB )");
console.log("92 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/Manager.php ( 3.92 KB )");
console.log("93 \/www\/wwwroot\/dev-cn\/vendor\/psr\/log\/src\/LoggerInterface.php ( 2.68 KB )");
console.log("94 \/www\/wwwroot\/dev-cn\/vendor\/psr\/log\/src\/LoggerTrait.php ( 2.69 KB )");
console.log("95 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/Cache.php ( 4.92 KB )");
console.log("96 \/www\/wwwroot\/dev-cn\/vendor\/psr\/simple-cache\/src\/CacheInterface.php ( 4.71 KB )");
console.log("97 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/think-helper\/src\/helper\/Arr.php ( 16.63 KB )");
console.log("98 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/cache\/driver\/File.php ( 7.84 KB )");
console.log("99 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/cache\/Driver.php ( 9.03 KB )");
console.log("100 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/contract\/CacheHandlerInterface.php ( 1.99 KB )");
console.log("101 \/www\/wwwroot\/dev-cn\/app\/Request.php ( 0.09 KB )");
console.log("102 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/Request.php ( 55.74 KB )");
console.log("103 \/www\/wwwroot\/dev-cn\/app\/middleware.php ( 0.34 KB )");
console.log("104 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/Pipeline.php ( 2.61 KB )");
console.log("105 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/think-trace\/src\/TraceDebug.php ( 2.94 KB )");
console.log("106 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/middleware\/LoadLangPack.php ( 3.50 KB )");
console.log("107 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/Cookie.php ( 6.06 KB )");
console.log("108 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/middleware\/SessionInit.php ( 1.94 KB )");
console.log("109 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/Session.php ( 1.80 KB )");
console.log("110 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/session\/driver\/File.php ( 6.27 KB )");
console.log("111 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/contract\/SessionHandlerInterface.php ( 0.87 KB )");
console.log("112 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/session\/Store.php ( 7.12 KB )");
console.log("113 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/think-multi-app\/src\/MultiApp.php ( 7.06 KB )");
console.log("114 \/www\/wwwroot\/dev-cn\/app\/cms\/common.php ( 44.47 KB )");
console.log("115 \/www\/wwwroot\/dev-cn\/app\/cms\/config\/app.php ( 0.80 KB )");
console.log("116 \/www\/wwwroot\/dev-cn\/app\/cms\/config\/lang.php ( 0.37 KB )");
console.log("117 \/www\/wwwroot\/dev-cn\/app\/cms\/provider.php ( 0.83 KB )");
console.log("118 \/www\/wwwroot\/dev-cn\/app\/cms\/lang\/zh-cn.php ( 4.34 KB )");
console.log("119 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/Route.php ( 23.56 KB )");
console.log("120 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/route\/RuleName.php ( 5.34 KB )");
console.log("121 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/route\/Domain.php ( 1.25 KB )");
console.log("122 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/route\/RuleGroup.php ( 20.45 KB )");
console.log("123 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/route\/Rule.php ( 26.35 KB )");
console.log("124 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/route\/RuleItem.php ( 9.78 KB )");
console.log("125 \/www\/wwwroot\/dev-cn\/app\/cms\/route\/route.php ( 3.48 KB )");
console.log("126 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/facade\/Route.php ( 4.68 KB )");
console.log("127 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/exception\/RouteNotFoundException.php ( 0.82 KB )");
console.log("128 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/exception\/HttpException.php ( 1.09 KB )");
console.log("129 \/www\/wwwroot\/dev-cn\/app\/common\/HomeExceptionHandle.php ( 2.56 KB )");
console.log("130 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/exception\/Handle.php ( 10.86 KB )");
console.log("131 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/facade\/Config.php ( 1.37 KB )");
console.log("132 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/Response.php ( 8.81 KB )");
console.log("133 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/tpl\/think_exception.tpl ( 17.03 KB )");
console.log("134 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/facade\/App.php ( 2.73 KB )");
console.log("135 \/www\/wwwroot\/dev-cn\/vendor\/composer\/InstalledVersions.php ( 16.99 KB )");
console.log("136 \/www\/wwwroot\/dev-cn\/vendor\/composer\/installed.php ( 16.94 KB )");
console.log("137 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/response\/Html.php ( 0.97 KB )");
console.log("138 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/think-trace\/src\/Console.php ( 6.29 KB )");
console.log("139 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/log\/driver\/File.php ( 6.19 KB )");
console.log("140 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/contract\/LogHandlerInterface.php ( 0.86 KB )");
console.log("141 \/www\/wwwroot\/dev-cn\/vendor\/topthink\/framework\/src\/think\/log\/Channel.php ( 3.88 KB )");
console.groupEnd();console.groupCollapsed('流程');
console.groupEnd();console.group('错误');
console.groupEnd();console.groupCollapsed('sql');
console.groupEnd();console.group('调试');
console.groupEnd();
</script></body>
</html>
