mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 06:02:38 +08:00
优化
This commit is contained in:
parent
6b4a9c3459
commit
49d2ebf584
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user