From 3873bb37404f14a4dcb1c326706c538e0e420211 Mon Sep 17 00:00:00 2001 From: ljw <84855512@qq.com> Date: Fri, 20 Sep 2024 12:02:16 +0800 Subject: [PATCH] add google oauth --- src/views/oauth/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/oauth/index.vue b/src/views/oauth/index.vue index 712035f..814ba2a 100644 --- a/src/views/oauth/index.vue +++ b/src/views/oauth/index.vue @@ -80,6 +80,7 @@ }) const ops = [ { value: 'github', label: 'Github' }, + { value: 'google', label: 'Google' }, ] const getList = async () => { listRes.loading = true