From 9df9d54f35ea03c87e95e63ccf992444f84aabc1 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期一, 13 十月 2025 09:41:17 +0800
Subject: [PATCH] 前端

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

diff --git a/small-program/main.js b/small-program/main.js
index 19e0ac5..a7204b7 100644
--- a/small-program/main.js
+++ b/small-program/main.js
@@ -15,9 +15,12 @@
 })
 
 // Vue.prototype.$baseUrl = 'http://192.168.1.54:10011/'
+// Vue.prototype.$baseUrl = 'http://192.168.1.54:10011/'
+
 // Vue.prototype.$baseUrl = 'https://test.doumee.cn/jinkuai_web/'
 Vue.prototype.$baseUrl = 'https://jinkuai.832smartfarm.com/jinkuai_web/'
-
+import shareMixin from '@/utils/shareMixin'
+Vue.mixin(shareMixin)
 const app = new Vue({
 	store,
 	...App

--
Gitblit v1.9.3