Commit 9d9a27ea by fengshuonan

修复一处bug

parent 66981e5d
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
@if(isNotEmpty(js)){ @if(isNotEmpty(js)){
@for(item in js){ @for(item in js){
@if(strutil.startWith(item,"/")){ @if(strutil.startWith(item,"/")){
@item = item + ctxPath; @item = ctxPath + item;
@} @}
<script src="${item}"></script> <script src="${item}"></script>
@} @}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment