@@ -465,7 +465,9 @@ export default defineComponent({
const status = await checkLogin();
if (!status) {
studentInfo.username = '';
- forms.activationCode = '';
+ if (!route.query.code) {
+ forms.activationCode = '';
+ }
phoneChangeEmptyInfo();
}