推送模块
This commit is contained in:
10
web/src/views/backend/test/pushOperationNotice/index.vue
Normal file
10
web/src/views/backend/test/pushOperationNotice/index.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<PushChannelTestPage config-api="/admin/test.PushOperationNotice/pushConfig" :tip="t('test.pushOperationNotice.tip')" />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { useI18n } from 'vue-i18n'
|
||||
import PushChannelTestPage from '../components/PushChannelTestPage.vue'
|
||||
|
||||
const { t } = useI18n()
|
||||
</script>
|
||||
Reference in New Issue
Block a user