perf:授权路由更改

This commit is contained in:
Xwen
2024-01-08 21:32:52 +08:00
parent 944acd90a6
commit 1466c4e6cd

View File

@@ -33,7 +33,7 @@ const router = createRouter({
},
{
name: "qq",
path: "/qq",
path: "/auth/qq",
component: () => import("../views/qqAuth/index.vue"),
meta: {
title: "QQ授权",