mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-24 06:34:32 +08:00
feat(role): 添加角色管理相关常量并优化角色状态切换
refactor(role): 使用常量替换硬编码的角色ID和key fix(role): 修正角色排序默认值为1 feat(component): 导出ApiSwitch全局组件
This commit is contained in:
@@ -12,3 +12,5 @@ export function setupGlobalComponent(app: App) {
|
||||
// 表格操作列专用按钮
|
||||
app.component('GhostButton', GhostButton);
|
||||
}
|
||||
|
||||
export { default as ApiSwitch } from './api-switch.vue';
|
||||
|
||||
Reference in New Issue
Block a user