mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-07 01:46:48 +08:00
feat(intelligent-agent): 添加智能体可见权限功能
- 在智能体列表和详情页面添加可见权限相关功能 - 实现可见权限的 cascader 选择组件 - 添加用户选择功能,支持多选- 优化智能体创建和编辑页面,增加可见权限相关字段- 调整首页布局,移除不必要的元素
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
module.exports = {
|
||||
presets: ['@vue/app'],
|
||||
plugins: [
|
||||
// [
|
||||
// 'transform-remove-console',
|
||||
// {
|
||||
// exclude: ['warn', 'error'] // 可选:保留 warn 和 error
|
||||
// }
|
||||
// ]
|
||||
[
|
||||
'transform-remove-console',
|
||||
{
|
||||
exclude: ['warn', 'error'] // 可选:保留 warn 和 error
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user