管理端
This commit is contained in:
@@ -42,7 +42,8 @@ const mode = ref(MODE.PHONE);
|
||||
</a-input>
|
||||
</div>
|
||||
<div class="flex flex-col mt-[50px] gap-[32px]">
|
||||
<a-button @click="login" type="primary">登陆</a-button>
|
||||
<a-button @click="login(false)" type="primary">登陆商户端</a-button>
|
||||
<a-button @click="login(true)" type="primary">登陆管理端</a-button>
|
||||
<a-button
|
||||
@click="toPath('/loginSYS/register')"
|
||||
type="text">
|
||||
|
||||
Reference in New Issue
Block a user