Branch_ccc #10

Merged
root merged 22 commits from Branch_ccc into master 2024-11-13 11:11:55 +08:00
Showing only changes of commit 76c73abf07 - Show all commits

View File

@ -8,6 +8,9 @@ import AuthUtil from '@/sheep/api/member/auth';
// 打开授权弹框
export function showAuthModal(type = 'smsLogin') {
const modal = $store('modal');
modal.$patch((state) => {
state.auth = '';
});
if (modal.auth !== '') {
closeAuthModal();
setTimeout(() => {