优化后台界面与无操作退出体验

This commit is contained in:
Cheng Zhou
2026-06-10 15:20:06 +08:00
parent ea3f19e241
commit 84e55af8fe
39 changed files with 793 additions and 608 deletions
@@ -870,7 +870,10 @@ watch(previewVisible, (visible) => {
}
});
onMounted(() => { loadDetail(); });
onMounted(async () => {
await loadRoleTemplates();
await loadDetail();
});
</script>
<style scoped>