Files
ebiz-ai-knowledge-manage/babel.config.js
陈昱达 936a16187a feat(risk-history): 添加评价功能和悬浮弹窗
- 在投保人信息旁边添加评价按钮
- 实现悬浮弹窗用于查看评价内容
- 优化页面样式,调整字体和布局
2025-07-28 16:13:11 +08:00

12 lines
212 B
JavaScript

module.exports = {
presets: ['@vue/app'],
plugins: [
// [
// 'transform-remove-console',
// {
// exclude: ['warn', 'error'] // 可选:保留 warn 和 error
// }
// ]
]
}