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