From 03627defbc56d0498e7778523da255eb972db6a4 Mon Sep 17 00:00:00 2001
From: guoyujie <guoyujie@ng.com>
Date: 星期四, 04 十二月 2025 10:25:03 +0800
Subject: [PATCH] 删除 安装包
---
qrcodeScaner/utils/config.js | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/qrcodeScaner/utils/config.js b/qrcodeScaner/utils/config.js
new file mode 100644
index 0000000..bdb0b51
--- /dev/null
+++ b/qrcodeScaner/utils/config.js
@@ -0,0 +1,9 @@
+let ip =uni.getStorageSync('ip') || null
+const webPort = 5173
+const port = 8086
+
+export {
+ ip,
+ webPort,
+ port
+}
\ No newline at end of file
--
Gitblit v1.8.0