|
@@ -1,38 +1,39 @@
|
|
|
<!DOCTYPE html>
|
|
|
<html lang="en">
|
|
|
- <head>
|
|
|
- <meta charset="UTF-8" />
|
|
|
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
- <title>Document</title>
|
|
|
|
|
|
- <!-- 线上发布使用路径 -->
|
|
|
- <!-- <link rel="stylesheet" href="/bom/Luckysheet/plugins/css/pluginsCss.css" />
|
|
|
- <link rel="stylesheet" href="/bom/Luckysheet/plugins/plugins.css" />
|
|
|
- <link rel="stylesheet" href="/bom/Luckysheet/css/luckysheet.css" />
|
|
|
- <link rel="stylesheet" href="/bom/Luckysheet/assets/iconfont/iconfont.css" />
|
|
|
- <script src="/bom/Luckysheet/plugins/js/plugin.js"></script>
|
|
|
- <script src="/bom/Luckysheet/luckysheet.umd.js"></script> -->
|
|
|
+<head>
|
|
|
+ <meta charset="UTF-8" />
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
+ <title>Document</title>
|
|
|
|
|
|
- <!-- 本地开发使用路径 -->
|
|
|
- <link rel='stylesheet' href='http://localhost:3000/plugins/css/pluginsCss.css' />
|
|
|
+ <!-- 线上发布使用路径 -->
|
|
|
+ <link rel="stylesheet" href="/bom/Luckysheet/plugins/css/pluginsCss.css" />
|
|
|
+ <link rel="stylesheet" href="/bom/Luckysheet/plugins/plugins.css" />
|
|
|
+ <link rel="stylesheet" href="/bom/Luckysheet/css/luckysheet.css" />
|
|
|
+ <link rel="stylesheet" href="/bom/Luckysheet/assets/iconfont/iconfont.css" />
|
|
|
+ <script src="/bom/Luckysheet/plugins/js/plugin.js"></script>
|
|
|
+ <script src="/bom/Luckysheet/luckysheet.umd.js"></script>
|
|
|
+
|
|
|
+ <!-- 本地开发使用路径 -->
|
|
|
+ <!-- <link rel='stylesheet' href='http://localhost:3000/plugins/css/pluginsCss.css' />
|
|
|
<link rel='stylesheet' href='http://localhost:3000/plugins/plugins.css' />
|
|
|
<link rel='stylesheet' href='http://localhost:3000/css/luckysheet.css' />
|
|
|
<link rel='stylesheet' href='http://localhost:3000/assets/iconfont/iconfont.css' />
|
|
|
<script src="http://localhost:3000/plugins/js/plugin.js"></script>
|
|
|
- <script src="http://localhost:3000/luckysheet.umd.js"></script>
|
|
|
- </head>
|
|
|
- <body>
|
|
|
- <div
|
|
|
- id="luckysheet"
|
|
|
- style="margin:0px;padding:0px;position:absolute;width:100%;height:100%;left: 0px;top: 0px;"
|
|
|
- ></div>
|
|
|
- </body>
|
|
|
- <script>
|
|
|
- window.render = options => {
|
|
|
- options = options || {};
|
|
|
- options.container = 'luckysheet';
|
|
|
- luckysheet.create(options);
|
|
|
- };
|
|
|
- </script>
|
|
|
-</html>
|
|
|
+ <script src="http://localhost:3000/luckysheet.umd.js"></script> -->
|
|
|
+</head>
|
|
|
+
|
|
|
+<body>
|
|
|
+ <div id="luckysheet" style="margin:0px;padding:0px;position:absolute;width:100%;height:100%;left: 0px;top: 0px;">
|
|
|
+ </div>
|
|
|
+</body>
|
|
|
+<script>
|
|
|
+ window.render = options => {
|
|
|
+ options = options || {};
|
|
|
+ options.container = 'luckysheet';
|
|
|
+ luckysheet.create(options);
|
|
|
+ };
|
|
|
+</script>
|
|
|
+
|
|
|
+</html>
|