mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-08 08:03:14 +08:00
refactor(constants): 将字典枚举从core/shared移动到@vben/constants
将字典枚举相关常量从packages/@core/base/shared/src/constants移动到packages/constants模块 更新相关导出和导入路径,保持功能不变但改善代码组织结构
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
|
|
||||||
- message/modal/notification直接导入使用(静态方法)无法获取context 即主题/国际化无效 需要通过`window.xxx`进行调用
|
- message/modal/notification直接导入使用(静态方法)无法获取context 即主题/国际化无效 需要通过`window.xxx`进行调用
|
||||||
- 使用`version-polling`替代自带的版本检测更新 样式更新 在worker执行 不会阻塞主线程
|
- 使用`version-polling`替代自带的版本检测更新 样式更新 在worker执行 不会阻塞主线程
|
||||||
|
- 字典常量enum从`packages/@core/base/shared/src/constants`移动到`@vben/constants`下 需要移动文件位置(导入不需要更改)
|
||||||
|
|
||||||
## 已知问题
|
## 已知问题
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,2 @@
|
|||||||
export * from './dict-enum';
|
|
||||||
export * from './globals';
|
export * from './globals';
|
||||||
export * from './vben';
|
export * from './vben';
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
export * from './core';
|
export * from './core';
|
||||||
|
export * from './dict-enum';
|
||||||
export * from '@vben-core/shared/constants';
|
export * from '@vben-core/shared/constants';
|
||||||
|
|||||||
Reference in New Issue
Block a user