<!DOCTYPE html>
<html>

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width" />

    <link rel="shortcut icon" href="/assets/images/favicon.ico">
    
    <script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script>
    <script>LA.init({id: "Jo4eTlZVqgx3uwqm",ck: "Jo4eTlZVqgx3uwqm"})</script>

    <script src="https://lf1-cdn-tos.bytegoofy.com/obj/iconpark/icons_19077_10.1efd80a22a5e53e48737fd5ab150ffd2.es5.js"></script>
</head>

<body>
    <div id='PomsApp' style="height: 100%;"></div>

    <!-- Webpack -->
    <script type="text/javascript" src="http://localhost:5601/client/build/app.js"></script>

    <!-- Vite -->
    <!-- <script type="module">
        import RefreshRuntime from "http://localhost:5602/@react-refresh"
        RefreshRuntime.injectIntoGlobalHook(window)
        window.$RefreshReg$ = () => { }
        window.$RefreshSig$ = () => (type) => type  
        window.__vite_plugin_react_preamble_installed__ = true
        const global = window
    </script>
    <script type="module" src="http://localhost:5002/src/index.jsx"></script> -->
    <!-- Vite End -->
    
    <script>
        //过滤掉一些无用的警告、没有价值的报错
        //代理console.warn方法
        
        // const _consoleWarn = (...rest) => {
        //     console.error(...rest)
        // };
        // console.error = (...rest) => {
        //     if (
        //         ![
        //             'Each child in a list should have a unique "key" prop',
        //         ].some((item) => rest[0].indexOf(item) !== -1)
        //     ) {
        //         _consoleWarn(...rest);
        //     }
        // };
    </script>
</body>

</html>