fix: fix some problem

This commit is contained in:
xiaoxian521
2021-04-09 10:19:04 +08:00
parent 1eed20ebce
commit e414d3cce9
9 changed files with 52 additions and 53 deletions

View File

@@ -144,6 +144,10 @@ export default defineComponent({
router.push("/");
};
onBeforeMount(()=>{
vm = getCurrentInstance(); //获取组件实例
})
return {
rules,
tips,