刘洋 1 năm trước cách đây
mục cha
commit
424123b06b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();