From 23af06e2777e939fddc7823e480887175d2f61bc Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期六, 16 九月 2023 17:04:07 +0800 Subject: [PATCH] 面板的样式修改 --- src/views/set.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/set.vue b/src/views/set.vue index 521f49d..2091032 100644 --- a/src/views/set.vue +++ b/src/views/set.vue @@ -570,7 +570,7 @@ }; }, mounted() { - this.getnetworkCardList(); + this.buttonClick(this.active) }, watch: {}, methods: { -- Gitblit v1.8.0