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