From 7a4b8764b68e0dbaeb90e292a8a4bd47cb379e68 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期一, 27 四月 2026 17:26:02 +0800
Subject: [PATCH] 小程序端和PC端bug修复

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

diff --git a/small-program/main.js b/small-program/main.js
index a7204b7..a982dd6 100644
--- a/small-program/main.js
+++ b/small-program/main.js
@@ -14,13 +14,10 @@
 	Vue.prototype.$isResolve = resolve;
 })
 
-// Vue.prototype.$baseUrl = 'http://192.168.1.54:10011/'
-// Vue.prototype.$baseUrl = 'http://192.168.1.54:10011/'
+// Vue.prototype.$baseUrl = 'http://192.168.1.4: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)
+Vue.prototype.$baseUrl = 'https://llfc.lmpro.cn/nyx_web/'
+
 const app = new Vue({
 	store,
 	...App

--
Gitblit v1.9.3