2023年4月8日 修复看不到后台菜单的问题
This commit is contained in:
parent
c61a0fd476
commit
15cd6e2e3c
|
@ -31,7 +31,7 @@ const setting: ProjectConfig = {
|
||||||
// ROUTE_MAPPING: 前端模式(菜单由路由生成,默认)
|
// ROUTE_MAPPING: 前端模式(菜单由路由生成,默认)
|
||||||
// ROLE:前端模式(菜单路由分开)
|
// ROLE:前端模式(菜单路由分开)
|
||||||
// BACK:后台模式
|
// BACK:后台模式
|
||||||
permissionMode: PermissionModeEnum.ROLE,
|
permissionMode: PermissionModeEnum.BACK,
|
||||||
|
|
||||||
// 权限缓存存放位置。默认存放于localStorage
|
// 权限缓存存放位置。默认存放于localStorage
|
||||||
permissionCacheType: CacheTypeEnum.LOCAL,
|
permissionCacheType: CacheTypeEnum.LOCAL,
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
</a-list-item>
|
</a-list-item>
|
||||||
</template>
|
</template>
|
||||||
</a-list>
|
</a-list>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ref, onMounted } from 'vue';
|
import { ref, onMounted } from 'vue';
|
||||||
|
|
Loading…
Reference in New Issue