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