Parcourir la source

修改扫码域名

刘洋 il y a 1 an
Parent
commit
290def74d6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>