feat: 增加 sso 单点登录
This commit is contained in:
@@ -5,4 +5,5 @@ export { default as AuthenticationLogin } from './login.vue';
|
||||
export { default as AuthenticationQrCodeLogin } from './qrcode-login.vue';
|
||||
export { default as AuthenticationRegister } from './register.vue';
|
||||
export { default as DocLink } from './doc-link.vue';
|
||||
export { default as AuthenticationAuthTitle } from './auth-title.vue';
|
||||
export type { AuthenticationProps } from './types';
|
||||
|
||||
@@ -52,7 +52,8 @@ const props = withDefaults(defineProps<Props>(), {
|
||||
|
||||
const router = useRouter();
|
||||
|
||||
const text = ref('https://vben.vvbin.cn');
|
||||
// const text = ref('https://vben.vvbin.cn');
|
||||
const text = ref('https://t.zsxq.com/FUtQd');
|
||||
|
||||
const qrcode = useQRCode(text, {
|
||||
errorCorrectionLevel: 'H',
|
||||
|
||||
Reference in New Issue
Block a user