From f28a4a64c825b02e32e79387e0a6763e934ce51d Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期一, 17 十一月 2025 16:01:09 +0800
Subject: [PATCH] feat(config): 更新生态圈API基础URL配置

---
 main.js |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/main.js b/main.js
index 1165588..e4f0932 100644
--- a/main.js
+++ b/main.js
@@ -1,6 +1,7 @@
 import App from './App'
 import Vue from 'vue'
-
+/*import Vconsole from 'vconsole'
+new Vconsole();*/
 import uView from '@/uni_modules/uview-ui'
 Vue.use(uView)
 
@@ -11,6 +12,8 @@
 App.mpType = 'app'
 
 uni.$u.props.text.color = '#333333'
+// import store from '@/store/index.js'
+// Vue.prototype.$store = store
 
 Vue.config.ignoredElements.push('wx-open-launch-weapp')
 

--
Gitblit v1.9.1