Initial commit
This commit is contained in:
23
dataGovernanceDashboard.html
Normal file
23
dataGovernanceDashboard.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!--
|
||||
* @Date: 2024-01-09 13:41:47
|
||||
* @LastEditors: jiangchao
|
||||
* @LastEditTime: 2024-07-26 09:27:48
|
||||
* @Description: 文件注释
|
||||
* @Author: jiangchao
|
||||
* @FilePath: \mars3d-vue-project\demo.html
|
||||
-->
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-cn">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>数据治理大屏</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/src/pages/dataGovernanceDashboard/main.ts"></script>
|
||||
<script type="module" src="./crypto-js.js"></script>
|
||||
<script type="module" src="./index.umd.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user