From 902890b673c06bf7d145dab94532d7d0c6b82530 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期一, 24 十一月 2025 11:06:41 +0800
Subject: [PATCH] fix: PDA拍照功能在正式环境运行异常
---
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