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;