Commit e9b3464a by biao

1

parent f20d92ab
......@@ -96,10 +96,11 @@ a:hover{
<el-submenu index="4">
<template slot="title">
<i class="el-icon-menu"></i>
<span>账户管理</span>
<span>系统设定</span>
</template>
<el-menu-item-group>
<el-menu-item index="4-1" @click="fn8()">账户管理</el-menu-item>
<el-menu-item index="4-2" @click="fn9()">领导机构</el-menu-item>
</el-menu-item-group>
</el-submenu>
</el-menu>
......@@ -140,6 +141,9 @@ a:hover{
},
fn8(){
window.location.href='account_list.php'
},
fn9(){
window.location.href='government_list.php'
}
}
})
......
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