| | |
| | | const childLoading = ref(false) |
| | | |
| | | onMounted(() => { |
| | | const userCache: any = localStorage.getItem('jesk-userInfo') |
| | | const userCache: any = localStorage.getItem(config.userInfoKey) |
| | | if (userCache) { |
| | | userInfo.value = JSON.parse(userCache) |
| | | } |
| | |
| | | } |
| | | |
| | | const submitText = (val: string) => { |
| | | const userCache: any = localStorage.getItem('jesk-userInfo') |
| | | const userCache: any = localStorage.getItem(config.userInfoKey) |
| | | const userInfo = JSON.parse(userCache) |
| | | if (userInfo?.data) { |
| | | const iconData = JSON.parse(userInfo.data) |