hookehuyr

fix

/*
* @Date: 2025-03-20 20:36:36
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-03-21 12:08:30
* @LastEditTime: 2025-03-21 13:06:38
* @FilePath: /mlaj/src/router/index.js
* @Description: 文件描述
*/
......@@ -108,6 +108,12 @@ const routes = [
component: () => import('../views/profile/MyFavoritesPage.vue'),
meta: { title: '我的收藏' }
},
{
path: '/test',
name: 'test',
component: () => import('../views/test.vue'),
meta: { title: 'test' }
},
]
const router = createRouter({
......
<!--
* @Date: 2025-03-21 13:12:37
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-03-21 13:12:54
* @FilePath: /mlaj/src/views/test.vue
* @Description: 文件描述
-->
<!--
* @Date: 2025-03-20 19:53:12
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-03-20 23:56:05
* @FilePath: /mlaj/src/App.vue
* @Description: 文件描述
-->
<script setup>
</script>
<template>
<div></div>
</template>
<style>
</style>