新页面打开执行日志.

This commit is contained in:
lijiahang
2024-03-21 19:20:37 +08:00
parent 31971b4e06
commit c7e520d34b
22 changed files with 214 additions and 84 deletions

View File

@@ -241,7 +241,7 @@
// 加载字典值
onMounted(async () => {
await loadKeys([...dictKeys]);
await loadKeys(dictKeys);
});
</script>