刘洋 hace 1 año
padre
commit
424123b06b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/sop/components/dynamic-form-item/SIGN.vue

+ 1 - 1
src/views/sop/components/dynamic-form-item/SIGN.vue

@@ -39,7 +39,7 @@ const disabled = computed(() => {
 
 const valueData = ref('');
 const getSignResultImg = () => {
-  if (location.origin !== '') {
+  if (location.origin !== 'https://sop.qmth.com.cn') {
     valueData.value = 'https://photocdn.sohu.com/20070213/Img248208439.jpg';
     emitChange();
     pause();