From a2019ade7b884799e639150021c3cdeef27eea72 Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期六, 09 十一月 2024 11:40:52 +0800
Subject: [PATCH] 增加工号ui修改

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

diff --git a/main.js b/main.js
index d80c672..9a38f4b 100644
--- a/main.js
+++ b/main.js
@@ -2,14 +2,15 @@
 
 // #ifndef VUE3
 import Vue from 'vue'
-// Vue.prototype.baseUrl = "http://localhost:8081/acs"
-Vue.prototype.baseHttp = 'http://'
-Vue.prototype.basePort = '8080'
-Vue.prototype.baseUrl = '/lywms'
+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