8cf7c9e3 by lihua

解决编译错误

1 parent bf0637aa
...@@ -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 })
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!