This commit is contained in:
icssoa 2022-09-29 11:24:32 +08:00
parent 6b4a9c3459
commit 49d2ebf584

View File

@ -50,7 +50,6 @@
<div class="op">
<el-button round :loading="saving" @click="toLogin">登录</el-button>
<el-button round @click="toTest">Test</el-button>
</div>
</el-form>
</div>
@ -78,10 +77,6 @@ const form = reactive({
verifyCode: ""
});
function toTest() {
router.push("/my/info");
}
//
async function toLogin() {
if (!form.username) {