feat: 优化页面

This commit is contained in:
caoqianming 2025-10-31 09:52:46 +08:00
parent 8b791fb222
commit 64bd545be9
1 changed files with 1 additions and 2 deletions

View File

@ -13,8 +13,7 @@
</t-row> </t-row>
</template> </template>
<script setup> <script setup>
import { useRouter, useRoute } from 'vue-router'; import router from '@/router'
const router = useRouter();
const goDq = () => { const goDq = () => {
router.push('/dq') router.push('/dq')
} }