浏览代码

企业版 js加载导致 系统控制和控制系统加载问题

pengshengdong 2 月之前
父节点
当前提交
f15c793fab
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dbsyncer-web/src/main/resources/public/license/license.html

+ 1 - 1
dbsyncer-web/src/main/resources/public/license/license.html

@@ -127,5 +127,5 @@
     </form>
     </form>
 </div>
 </div>
 
 
-<script th:src="@{/js/license/license.js}"></script>
+<script th:if="${not #strings.isEmpty(key)}" th:src="@{/js/license/license.js}"></script>
 </html>
 </html>