diff --git a/src/pages/login/Register.vue b/src/pages/login/Register.vue index cfc128e..05c8f08 100644 --- a/src/pages/login/Register.vue +++ b/src/pages/login/Register.vue @@ -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 () => {