From 439fad8ed851adceba20b9d9c4a11b0eef153602 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期二, 03 三月 2026 15:54:46 +0800
Subject: [PATCH] Revert "fix(scan): 修复扫码组件重复触发和超时处理问题"

---
 src/main.ts |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/main.ts b/src/main.ts
index cb34f51..939297b 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -6,7 +6,6 @@
 import "@/styles/global.scss";
 
 import { setupStore } from "@/store";
-
 export function createApp() {
   const app = createSSRApp(App);
 

--
Gitblit v1.9.3