feat:【antd】【mp】review 枚举类相关的代码
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// TODO @hw:看看要不要迁移到 packages/constants/src/biz-mp-enum.ts
|
||||
export enum ReplyType {
|
||||
Image = 'image',
|
||||
Music = 'music',
|
||||
|
||||
@@ -9,3 +9,5 @@ export * from './wx-news';
|
||||
export * from './wx-reply';
|
||||
export * from './wx-video-play';
|
||||
export * from './wx-voice-play';
|
||||
|
||||
// TODO @hw:要不使用 export { default as WxAccountSelect } from './account-select.vue'; 形式;
|
||||
@@ -1,4 +1,5 @@
|
||||
import { message } from 'ant-design-vue';
|
||||
// TODO @xingyu:这种,要想办法全局共享起来么?
|
||||
|
||||
import { $t } from '#/locales';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user