Sfoglia il codice sorgente

修改扫码域名

刘洋 1 anno fa
parent
commit
290def74d6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/sop/components/dynamic-form-item/SIGN.vue

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

@@ -71,7 +71,7 @@ watch(
   }
 );
 const createQrcodeValue = computed(() => {
-  return location.origin + '/sign?key=' + key.value;
+  return 'https://sopwxapp.qmth.com.cn/sign?key=' + key.value;
 });
 </script>