| 1234567891011121314151617181920212223242526272829 |
- <!DOCTYPE html>
- <html translate="no">
- <head>
- <title></title>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="renderer" content="webkit">
- <meta name="keywords" content="">
- <meta name="description" content="mall4pc-bbc,电商,购物,商城">
- <meta name="google" content="notranslate">
- </head>
- <body>
- <div id="app"></div>
- <script type="module" src="/src/main.js"></script>
- </body>
- <script>
- if (!Array.prototype.flatMap) {
- Object.defineProperty(Array.prototype,'flatMap',{
- value:function (callback) {
- return this.reduce(function (result, item) {
- const mapped = callback(item);
- return result.concat(mapped);
- }, [])
- },
- enumerable:false,
- })
- }
- </script>
- </html>
|