index.html 766 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <!-- 在 index.html 中添加一个 meta ,禁止浏览器缓存 -->
  5. <!-- <meta http-equiv="pragma" content="no-cache">
  6. <meta http-equiv="Cache-Control" content="no-cache, must-revalidate">
  7. <meta http-equiv="expires" content="0"> -->
  8. <meta charset="utf-8">
  9. <!-- <link rel="icon" href="/favicon.ico"> -->
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <!-- webconfig.js 已移除,API地址直接配置在 http.js 中 -->
  12. <title>中烟国际(香港)有限公司</title>
  13. <link rel="stylesheet" href="//at.alicdn.com/t/font_2143783_iq6z4ey5vu.css">
  14. </head>
  15. <body>
  16. <div id="app"></div>
  17. <script type="module" src="/src/main.js"></script>
  18. </body>
  19. </html>