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