From b5c0993eb8043882eae85ce9ab1d860ff8bebf17 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期四, 28 三月 2024 13:52:56 +0800
Subject: [PATCH] #

---
 main.js |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/main.js b/main.js
index 5013c55..9a38f4b 100644
--- a/main.js
+++ b/main.js
@@ -2,12 +2,15 @@
 
 // #ifndef VUE3
 import Vue from 'vue'
-// Vue.prototype.baseUrl = "http://localhost:8081/acs"
-Vue.prototype.baseUrl = "http://localhost:8082/xgmwms"
+import uView from './uni_modules/uview-ui/index.js'
+import store from './store'
+import './uni.promisify.adaptor'
 Vue.config.productionTip = false
+Vue.prototype.$store = store
 App.mpType = 'app'
 const app = new Vue({
-    ...App
+	store,
+  ...App
 })
 app.$mount()
 // #endif

--
Gitblit v1.9.1