From 2f0f13c472e3cb663c3f6cbb417cffe760a497f0 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 05 九月 2025 18:32:09 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/jinkuai
---
small-program/main.js | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/small-program/main.js b/small-program/main.js
index 6b9b0a9..5674b6d 100644
--- a/small-program/main.js
+++ b/small-program/main.js
@@ -14,8 +14,12 @@
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.54:10011/'
+
// Vue.prototype.$baseUrl = 'https://test.doumee.cn/jinkuai_web/'
+Vue.prototype.$baseUrl = 'https://jinkuai.832smartfarm.com/jinkuai_web/'
+
const app = new Vue({
store,
...App
--
Gitblit v1.9.3