Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Springboot Plus
Commits
181e06e1
Commit
181e06e1
authored
Mar 02, 2018
by
李家智
Browse files
bug fix for ctxpath
parent
2def780c
Changes
1
Show whitespace changes
Inline
Side-by-side
admin-core/src/main/resources/templates/index.html
View file @
181e06e1
...
...
@@ -69,7 +69,7 @@
<a
href=
"javascript:;"
>
${subSystem.data.name}
</a>
<dl
class=
"layui-nav-child"
>
<!--#for(menu in subSystem.children){ -->
<dd
class=
""
><a
href=
"javascript:;"
menuId=
"${menu.data.id}"
dataUrl=
"${ctxPath
=='/'?''
}${menu.data.accessUrl}"
><i
class=
"layui-icon"
>

</i>
<dd
class=
""
><a
href=
"javascript:;"
menuId=
"${menu.data.id}"
dataUrl=
"${ctxPath}${menu.data.accessUrl}"
><i
class=
"layui-icon"
>

</i>
${menu.data.name}
</a></dd>
<!--#} -->
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment