From a13412ab039b8e2f79045af738e07affa1309b13 Mon Sep 17 00:00:00 2001 From: qin <a@163.com> Date: 星期一, 31 三月 2025 15:38:32 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/IEE/Web.V1 --- src/components/picture.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/picture.vue b/src/components/picture.vue index 94239aa..2e2c16a 100644 --- a/src/components/picture.vue +++ b/src/components/picture.vue @@ -37,7 +37,7 @@ state.currentimageList = []; if (newVal == null || newVal == "") return; state.currentimageList.push(newVal); -}) +},{immediate: true}) onMounted(() => { state.isDebug = window.globalConfig.IsDebug; state.isVisibleWaterMark = window.globalConfig.IsVisibleWaterMark; -- Gitblit v1.9.3