From 9860e221460a0a4ac1903dad2c97160d0eed0e63 Mon Sep 17 00:00:00 2001
From: long <515897141@qq.com>
Date: 星期五, 03 三月 2023 10:59:42 +0800
Subject: [PATCH] 初始化

---
 src/config/appid.js |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/config/appid.js b/src/config/appid.js
new file mode 100644
index 0000000..beaa213
--- /dev/null
+++ b/src/config/appid.js
@@ -0,0 +1,12 @@
+/**
+ * 寰俊鍏紬鍙� appId
+ * 
+ * 鍏佽鏍规嵁娴嬭瘯鏈嶅姟鍣ㄥ煙鍚嶏紝璁剧疆娴嬭瘯鐢ㄧ殑锛堝叕鍙歌嚜宸辩殑锛夊叕浼楀彿
+ */
+let appId = 'wxf7fdbeea741166be'
+
+// if (/hymctest/.test(location.href)) {
+//     appId = 'wxc09b57e6e10c7676' // 娴嬭瘯鐢�
+// }
+
+export default appId
\ No newline at end of file

--
Gitblit v1.8.0