配置云查询菜单

dianlixunjian
刘妍 2024-07-30 08:49:29 +08:00
parent 672d850951
commit 1ee2f09658
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<template>
<Test />
</template>
<script lang="ts" setup>
import Test from '@/views/dashboard/test/index.vue';
</script>