邓洁 : 登录功能及拦截

This commit is contained in:
dengj
2023-11-15 12:51:37 +08:00
parent b93daa7c35
commit dd05376541
7 changed files with 393 additions and 100 deletions

View File

@@ -46,7 +46,9 @@
styleIsolation: 'shared', // 解除样式隔离
},
created() {
this.open()
if (this.type !== '0') {
this.open()
}
},
methods: {
getUserLocation() {