propMap缓存

This commit is contained in:
目棃
2024-08-15 18:55:57 +08:00
parent 6e0bb42c3b
commit bb0227cd0c
3 changed files with 11 additions and 3 deletions

View File

@@ -61,6 +61,7 @@ async function tryGetDetail(): Promise<void> {
}
console.log(res);
showSnackbar({ text: "获取成功!", color: "success" });
userStore.propMap = res.property_map;
}
</script>
<style lang="css" scoped>