html调用url修改
diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html
index 5128026..b5099b3 100755
--- a/src/main/resources/templates/index.html
+++ b/src/main/resources/templates/index.html
@@ -155,7 +155,7 @@
         index.bindEvent();  // 绑定事件

 

         var dictpool = DictPoolToolkit();

-        dictpool.initAll("/dictpool"); //加载字典

+        dictpool.initAll("[[@{/dictpool}]]"); //加载字典

     });

 </script>

 </body>