index.html

<!DOCTYPE html>
<html lang="zh-CN">
  <head>
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="format-detection" content="telephone=yes,email=no,address=no" />
    <script type="text/javascript">
      document.write(
        '<meta name="viewport" content="width=750,initial-scale=' +
          window.screen.width / 750 +
          ',user-scalable=no,target-densitydpi=device-dpi,viewport-fit=cover">'
      )
    </script>
    <title></title>
  </head>
  <body>
    <div id="app"></div>
  </body>
</html>
文章目录