From c34bcb35a4ccb478f39f235e2e2cccbdf0336a02 Mon Sep 17 00:00:00 2001 From: gaosp <gaosp> Date: 星期五, 12 一月 2024 22:54:14 +0800 Subject: [PATCH] update --- src/container/component/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/container/component/index.vue b/src/container/component/index.vue index c463d13..29850d5 100644 --- a/src/container/component/index.vue +++ b/src/container/component/index.vue @@ -1,7 +1,7 @@ <!-- * @Date: 2024-01-06 17:40:19 * @LastEditors: Sneed - * @LastEditTime: 2024-01-07 23:34:22 + * @LastEditTime: 2024-01-12 22:44:34 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/component/index.vue --> <template> @@ -105,7 +105,7 @@ }, created () { this.init() - this.getProtocolList() + // this.getProtocolList() }, methods: { reset () { -- Gitblit v1.9.3