Commit 581b4598 by 黄志甲

删除测试权限操作

parent b58fae41
......@@ -21,9 +21,6 @@ export default {
width: 150px;
}
/*测试*/
.testBorder{
border: 2px solid #4CD964;
......
......@@ -10,7 +10,6 @@
<!-- <Menu theme="dark" ref="side_menu" width="auto" :active-name="$route.path" accordion> -->
<Submenu
:name="index+1" v-for="(item,index) in menu[headerIndex].children" :key="index"
v-if="item.children && currentShow(item)"
>
<template slot="title">
<Icon :type="item.icon"></Icon>
......@@ -21,7 +20,6 @@
:name="`${index+1}-${i+1}`"
v-for="(v,i) in item.children"
:key="i" :to="v.path"
v-if="utils.hasRole(v.action)"
@click.native="onSelect(index,i)">
{{index+1+'-'+(i+1)}}
{{v.title}}
......
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