|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
<span slot="title">系统设置</span>
|
|
|
|
|
</template>
|
|
|
|
|
<el-menu-item index="${tool.uuid()}" @click="addTab({title: '字典管理', name: 'dict', url: '${r'${context}'}/system/dict.htm'})">字典管理</el-menu-item>
|
|
|
|
|
<el-menu-item index="${tool.uuid()}" @click="addTab({title: '文件管理', name: 'dict', url: '${r'${context}'}/system/file.htm'})">文件管理</el-menu-item>
|
|
|
|
|
<el-menu-item index="${tool.uuid()}" @click="addTab({title: '文件管理', name: 'file', url: '${r'${context}'}/system/file.htm'})">文件管理</el-menu-item>
|
|
|
|
|
</el-submenu>
|
|
|
|
|
<#list modules as item>
|
|
|
|
|
<el-submenu index="${tool.uuid()}">
|
|
|
|
|