qin
2025-03-31 a13412ab039b8e2f79045af738e07affa1309b13
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;