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