安装 luckyexcel 修改菜单文件位置
This commit is contained in:
32
index.html
32
index.html
@@ -1,13 +1,21 @@
|
||||
<!doctype html>
|
||||
<html lang='en'>
|
||||
<head>
|
||||
<meta charset='UTF-8' />
|
||||
<link rel='icon' type='image/svg+xml' href='/favicon.ico' />
|
||||
<meta name='viewport' content='width=device-width, initial-scale=1.0' />
|
||||
<title>电能质量数据监测云平台</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id='app'></div>
|
||||
<script type='module' src='/src/main.ts'></script>
|
||||
</body>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>电能质量数据监测云平台</title>
|
||||
</head>
|
||||
|
||||
<!-- 在这里全局引入luckysheet的样式文件和js文件 -->
|
||||
<link rel="stylesheet" href="/public/assets/luckysheet/pluginsCss.css" />
|
||||
<link rel="stylesheet" href="/public/assets/luckysheet/plugins.css" />
|
||||
<link rel="stylesheet" href="/public/assets/luckysheet/luckysheet.css" />
|
||||
<link rel="stylesheet" href="/public/assets/luckysheet/iconfont.css" />
|
||||
<script src="/public/assets/luckysheet/plugin.js"></script>
|
||||
<script src="/public/assets/luckysheet/luckysheet.umd.js"></script>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/src/main.ts"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user