@@ -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>