update
This commit is contained in:
@@ -3,6 +3,7 @@ import {reactive} from 'vue';
|
||||
import VerificationCode from "../../components/VerificationCode/index.vue";
|
||||
import Api from "../../api/index.js";
|
||||
import {Message} from "@arco-design/web-vue";
|
||||
import {toPath} from "../../utils/index.js";
|
||||
|
||||
const from = reactive({
|
||||
wechat: null,
|
||||
@@ -47,6 +48,12 @@ const register = async () => {
|
||||
</div>
|
||||
<div class="flex flex-col mt-[30px] gap-[32px]">
|
||||
<a-button type="primary" @click="register">确认注册</a-button>
|
||||
<a-button
|
||||
@click="toPath('/loginSYS/login')"
|
||||
type="text">
|
||||
已有帐号去登陆
|
||||
<icon-arrow-right class="ml-[5px]"/>
|
||||
</a-button>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user