index.html 712 B

1234567891011121314151617181920212223
  1. <!--
  2. * @Description:: 请补充填写
  3. * @Version: 请配置版本号
  4. * @Author: 舟舟
  5. * @Date: 2022-06-25 22:32:24
  6. * @LastEditors: 舟舟
  7. * @LastEditTime: 2022-07-30 19:26:03
  8. * @FilePath: /ouicai_web_framework_vite_ep_nolang/index.html
  9. -->
  10. <!DOCTYPE html>
  11. <html lang="en">
  12. <head>
  13. <meta charset="UTF-8">
  14. <link rel="icon" href="/favicon.ico" />
  15. <script src="https://wwcdn.weixin.qq.com/node/wework/wwopen/js/wwLogin-1.2.5.js"></script>
  16. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
  17. <title>车位销售运营管理平台</title>
  18. </head>
  19. <body>
  20. <div id="app"></div>
  21. <script type="module" src="/src/main.ts"></script>
  22. </body>
  23. </html>