解决编译错误
Showing
1 changed file
with
0 additions
and
2 deletions
| ... | @@ -21,8 +21,6 @@ const retrievepassword = ref({ | ... | @@ -21,8 +21,6 @@ const retrievepassword = ref({ |
| 21 | visible: false, | 21 | visible: false, |
| 22 | }) | 22 | }) |
| 23 | 23 | ||
| 24 | const { proxy } = getCurrentInstance() as any; | ||
| 25 | |||
| 26 | const dataRole = computed(() => { | 24 | const dataRole = computed(() => { |
| 27 | return localStorage.getItem('userRole'); | 25 | return localStorage.getItem('userRole'); |
| 28 | }) | 26 | }) | ... | ... |
-
Please register or sign in to post a comment