feat: 跳转链接带二维码

This commit is contained in:
renxiaodong
2025-06-23 01:46:41 -04:00
parent b3d33600c0
commit 9c8d5ba8d0
4 changed files with 15 additions and 10 deletions

View File

@ -2,7 +2,7 @@
* @Author: 田鑫
* @Date: 2023-03-05 18:14:17
* @LastEditors: Please set LastEditors
* @LastEditTime: 2025-06-22 22:46:01
* @LastEditTime: 2025-06-23 01:39:50
* @Description:
*/
import { createRouter, createWebHistory } from 'vue-router';
@ -20,7 +20,7 @@ const router = createRouter({
routes: [
{
path: '/login',
name: 'login',
name: 'UserLogin',
component: () => import('@/views/components/login'),
},
{
@ -33,7 +33,7 @@ const router = createRouter({
},
{
path: '/',
name: 'dataEngine',
name: 'Home',
redirect: '/dataEngine/dataEngine/hotTranslation',
children: [...appRoutes, REDIRECT_MAIN, NOT_FOUND_ROUTE],
},