fix: 数据字典菜单初始化
This commit is contained in:
parent
d73e6641a1
commit
1540cd71f8
|
@ -4021,7 +4021,7 @@ export default [
|
|||
sortIndex: 12,
|
||||
url: '/system/Dictionary',
|
||||
icon: 'FormOutlined',
|
||||
showPage: [],
|
||||
showPage: ['dictionary'],
|
||||
permissions: [],
|
||||
buttons: [
|
||||
{
|
||||
|
|
|
@ -319,7 +319,7 @@
|
|||
</j-button>
|
||||
</div>
|
||||
</FullPage>
|
||||
<Relation></Relation>
|
||||
<!-- <Relation></Relation> -->
|
||||
</page-container>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in New Issue