This commit is contained in:
X1627315083
2024-06-28 09:32:18 +08:00
parent cc7b636421
commit 360858a84d
2 changed files with 4 additions and 1 deletions

View File

@@ -551,6 +551,9 @@ export default defineComponent({
turnToWindow(url: any) {
window.open(url);
},
cancelDsign(){
this.registerModel = false
}
},
});
</script>