From 50aaa9d0da14c1568107f29813c7fe5858b033b3 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期三, 28 二月 2024 17:28:30 +0800
Subject: [PATCH] 个人中心

---
 app.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/app.js b/app.js
index 09258b6..90e3474 100644
--- a/app.js
+++ b/app.js
@@ -1,7 +1,9 @@
 import updateManager from './common/updateManager';
 import MG from './assets/js/middleGround/WebMiddleGroundApi'
+import config from "./assets/js/config.js"
 App({
-  MG:MG,
+  MG: MG,
+  config: config,
   onLaunch: function () { },
   onShow: function () {
     updateManager();

--
Gitblit v1.9.1