From 0375a993bce43caa2a2b6b6ff45ed824704aae69 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期六, 06 三月 2021 16:58:51 +0800 Subject: [PATCH] # --- src/main/webapp/views/allo/allo.html | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/main/webapp/views/allo/allo.html b/src/main/webapp/views/allo/allo.html index f3c9aa5..1519a40 100644 --- a/src/main/webapp/views/allo/allo.html +++ b/src/main/webapp/views/allo/allo.html @@ -55,19 +55,14 @@ <script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script> <script type="text/javascript" src="../../static/layui/layui.js" charset="utf-8"></script> +<script type="text/javascript" src="../../static/js/handlebars/handlebars-v4.5.3.js"></script> <script type="text/javascript" src="../../static/js/common.js" charset="utf-8"></script> <script type="text/javascript" src="../../static/js/cool.js" charset="utf-8"></script> -<script type="text/javascript" src="../../static/js/handlebars/handlebars-v4.5.3.js"></script> <script type="text/javascript" src="../../static/js/allo/allo.js" charset="utf-8"></script> <iframe id="detail-iframe" scrolling="auto" style="display:none;"></iframe> </body> -<script type="text/template" id="parentNodeGroup"> - <option value="">閫夋嫨搴撳尯</option> - {{#each data}} - <option value="{{this.key}}">{{this.val}}</option> - {{/each}} -</script> + </html> -- Gitblit v1.9.1