Skip to content

Commit 49d2ebf

Browse files
committed
优化
1 parent 6b4a9c3 commit 49d2ebf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/modules/base/pages/login/index.vue

-5
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050

5151
<div class="op">
5252
<el-button round :loading="saving" @click="toLogin">登录</el-button>
53-
<el-button round @click="toTest">Test</el-button>
5453
</div>
5554
</el-form>
5655
</div>
@@ -78,10 +77,6 @@ const form = reactive({
7877
verifyCode: ""
7978
});
8079
81-
function toTest() {
82-
router.push("/my/info");
83-
}
84-
8580
// 登录
8681
async function toLogin() {
8782
if (!form.username) {

0 commit comments

Comments
 (0)