重构ConfigurationPage,优化数据传递

This commit is contained in:
fofolee
2025-02-13 21:43:18 +08:00
parent a1c00e962c
commit 9ffa941e72
12 changed files with 291 additions and 369 deletions

View File

@@ -161,11 +161,6 @@ export default {
this.commandInit();
this.sidebarInit();
},
computed: {
configurationPage() {
return this.$root.$refs.view;
},
},
methods: {
// 命令初始化
commandInit() {