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
MCMS
Commits
9820b107
Commit
9820b107
authored
Jan 26, 2019
by
a123456
Browse files
Signed-off-by: a123456 <1209165801@qq.com>
parent
5fbcb47d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/manager/mweixin/menu.ftl
View file @
9820b107
...
...
@@ -2,19 +2,26 @@
<
div
id="menu-vue">
<!--左侧-->
<div class="ms-admin-title">
<i></i> 吕小布微信号
</div>
<el-menu class="ms-weixin-menu" default-active="0">
<el-submenu :index="i+''" v-for="(menu,i) in menuList" @click="menuActive = menu">
<template slot="title">
<span v-text="menu.title"></span>
</template>
<el-menu-item-group>
<el-menu-item class="ms-weixin-menu-item" :index="i+'-'+index" v-for="(sub,index) in menu.sub" v-text="sub.title"></el-menu-item>
</el-menu-item-group>
</el-submenu>
</el-menu>
<el-container>
<!--右侧头部-->
<el-header height="50px">
<div class="ms-admin-title">
<i></i> 吕小布微信号
</div>
</el-header>
<el-main>
<el-menu class="ms-weixin-menu" default-active="0">
<el-submenu :index="i+''" v-for="(menu,i) in menuList" @click="menuActive = menu">
<template slot="title">
<span v-text="menu.title"></span>
</template>
<el-menu-item-group>
<el-menu-item class="ms-weixin-menu-item" :index="i+'-'+index" v-for="(sub,index) in menu.sub" v-text="sub.title"></el-menu-item>
</el-menu-item-group>
</el-submenu>
</el-menu>
</el-main>
</el-container>
</
div
>
<
script
>
...
...
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