index.html 852 B

1234567891011121314151617181920212223242526272829
  1. <!DOCTYPE html>
  2. <html translate="no">
  3. <head>
  4. <title></title>
  5. <meta charset="UTF-8" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <meta name="renderer" content="webkit">
  8. <meta name="keywords" content="">
  9. <meta name="description" content="mall4pc-bbc,电商,购物,商城">
  10. <meta name="google" content="notranslate">
  11. </head>
  12. <body>
  13. <div id="app"></div>
  14. <script type="module" src="/src/main.js"></script>
  15. </body>
  16. <script>
  17. if (!Array.prototype.flatMap) {
  18. Object.defineProperty(Array.prototype,'flatMap',{
  19. value:function (callback) {
  20. return this.reduce(function (result, item) {
  21. const mapped = callback(item);
  22. return result.concat(mapped);
  23. }, [])
  24. },
  25. enumerable:false,
  26. })
  27. }
  28. </script>
  29. </html>