perf: use templateParameters to refine index.html (#1156)

* 优化html模板
This commit is contained in:
happystory
2018-10-09 15:23:27 +08:00
committed by 花裤衩
parent b0bd91cd0f
commit 4780ac334f
3 changed files with 8 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
<title>vue-element-admin</title>
</head>
<body>
<script src=<%= htmlWebpackPlugin.options.path %>/tinymce4.7.5/tinymce.min.js></script>
<script src=<%= BASE_URL %>/tinymce4.7.5/tinymce.min.js></script>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>