Browse Source

修改扫码域名

刘洋 1 year ago
parent
commit
290def74d6
1 changed files with 1 additions and 1 deletions
  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(() => {
 const createQrcodeValue = computed(() => {
-  return location.origin + '/sign?key=' + key.value;
+  return 'https://sopwxapp.qmth.com.cn/sign?key=' + key.value;
 });
 });
 </script>
 </script>