zhuoyuan.wang
2024-06-19 15ebe96f28cadec6a726c5324593a40bbf56205f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  <meta name="renderer" content="webkit">
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!--  <script src="http://crm_app.highdatas.com/form/render-form.js"></script>-->
  <!--  <link rel="stylesheet" href="http://crm_app.highdatas.com/form/render-form.css">-->
  <link rel="icon" href="/favicon.ico">
  <title>管理系统</title>
  <!--[if lt IE 11]>
  <script>window.location.href = '/html/ie.html';</script><![endif]-->
</head>
 
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
 
</html>