Ver código fonte

feat(ScanOpen页面): 设置页面标题为领取红包

ylong 1 mês atrás
pai
commit
7d4c0672c5
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      src/pages/ScanOpen.vue

+ 1 - 0
src/pages/ScanOpen.vue

@@ -76,6 +76,7 @@ async function initPage() {
 }
 
 onMounted(() => {
+  document.title = '领取红包'
   initPage()
 })
 </script>