|
@@ -35,7 +35,6 @@
|
|
|
<script src="lib/luckysheet/plugins/js/plugin.js"></script>
|
|
<script src="lib/luckysheet/plugins/js/plugin.js"></script>
|
|
|
<script src="lib/luckysheet/luckysheet.umd.js"></script>
|
|
<script src="lib/luckysheet/luckysheet.umd.js"></script>
|
|
|
|
|
|
|
|
-
|
|
|
|
|
<title><%= VUE_APP_TITLE %></title>
|
|
<title><%= VUE_APP_TITLE %></title>
|
|
|
<script type="text/javascript" src="http://dev1.local/word/web-apps/apps/api/documents/api.js"></script>
|
|
<script type="text/javascript" src="http://dev1.local/word/web-apps/apps/api/documents/api.js"></script>
|
|
|
<style>
|
|
<style>
|
|
@@ -73,6 +72,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ <script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"></script>
|
|
|
<!-- 使用 CDN 加速的 JS 文件,配置在 vue.config.js 下 -->
|
|
<!-- 使用 CDN 加速的 JS 文件,配置在 vue.config.js 下 -->
|
|
|
<% for (var i in htmlWebpackPlugin.options.cdn&&htmlWebpackPlugin.options.cdn.js) { %>
|
|
<% for (var i in htmlWebpackPlugin.options.cdn&&htmlWebpackPlugin.options.cdn.js) { %>
|
|
|
<script src="<%= htmlWebpackPlugin.options.cdn.js[i] %>"></script>
|
|
<script src="<%= htmlWebpackPlugin.options.cdn.js[i] %>"></script>
|