mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-12 15:31:11 +00:00
所有菜单的 name 都加上模块的前缀,避免冲突
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
<MyNotifyMessageDetail ref="detailRef" />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts" name="MyNotifyMessage">
|
||||
<script setup lang="ts" name="SystemMyNotify">
|
||||
import { DICT_TYPE, getBoolDictOptions } from '@/utils/dict'
|
||||
import { dateFormatter } from '@/utils/formatTime'
|
||||
import * as NotifyMessageApi from '@/api/system/notify/message'
|
||||
|
||||
Reference in New Issue
Block a user