perf:统一第三方授权页面
This commit is contained in:
@@ -32,11 +32,11 @@ const router = createRouter({
|
||||
component: () => import("../views/Register.vue"),
|
||||
},
|
||||
{
|
||||
name: "qq",
|
||||
path: "/auth/qq",
|
||||
component: () => import("../views/qqAuth/index.vue"),
|
||||
name: "auth",
|
||||
path: "/auth/:type",
|
||||
component: () => import("../views/Auth/index.vue"),
|
||||
meta: {
|
||||
title: "QQ授权",
|
||||
title: "授权",
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user