Compare commits

..

No commits in common. "4550e9da9bf890e09d763510bed9d32ed1ae7a7c" and "d3fb9068c5b192dddb1172eb71032aa2c48c90b8" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,6 @@ const StupWizard = forwardRef((_props: any, ref: any) => {
useImperativeHandle(ref, () => ({
changeModal: (index: number = 0, data: any) => {
meetingUserInfo = data;
setIsStupWizard(true)
if (location.hash.indexOf('/meeting') === -1) {
agora.init()
}
@ -33,6 +32,7 @@ const StupWizard = forwardRef((_props: any, ref: any) => {
}
}
storage.setItem('setting', JSON.stringify(setting))
setIsStupWizard(true)
}
}))
const [list, setList] = useState([