fix: 后台设置项名称

This commit is contained in:
lan
2024-01-16 23:11:25 +08:00
parent 70aa0ba563
commit dfd9220204
16 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -43,6 +43,7 @@ const showTextDetail = (text: any) => {
showTextDetailVisible.value = true;
nowText.value = text;
};
const showTextDetailVisible = ref(false);
const md = new markdownIt({
@@ -60,7 +61,6 @@ function renderMarkdown(message: string) {
return md.render(message);
}
function getQrCodeUrl(code:string) {
console.log(window.location.origin + '/#/?code=' + code)
return window.location.origin + '/#/?code=' + code;
}
</script>