From aa5806c27f2e9af6600a2fce871ebe6a28cc183b Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期三, 01 五月 2024 10:14:31 +0800
Subject: [PATCH] 费用统计增加时间段搜索;检验单增加搜索条件

---
 src/main.js |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/main.js b/src/main.js
index e4a8aa2..78dd718 100644
--- a/src/main.js
+++ b/src/main.js
@@ -13,13 +13,11 @@
 
 //鏈湴
 Vue.prototype.LOCATIONVUE = "http://127.0.0.1:80";
-const javaApi = 'http://127.0.0.1:8001';
+// const javaApi = 'http://127.0.0.1:8001';//鏉�
+const javaApi = 'http://114.132.189.42:1234';//娴嬭瘯鏈�
 //鑳滀簯鏈嶅姟鍣�
 // Vue.prototype.LOCATIONVUE = "http://syxt.shxiao2.cn";
 // const javaApi = 'http://122.114.52.69:8001';
-//浜戞湇鍔″櫒
-// Vue.prototype.LOCATIONVUE = "http://114.132.189.42:39901";
-// const javaApi = 'http://114.132.189.42:9006';
 
 Vue.prototype.HaveJson = (val) => {
 	return JSON.parse(JSON.stringify(val))
@@ -126,5 +124,9 @@
 new Vue({
 	el: '#app',
 	router,
-	render: h => h(App)
+	render: h => h(App),
+  beforeCreate() {
+  	// 闇�瑕佸湪鍏ㄥ眬娣诲姞涓�涓睘鎬�
+    Vue.prototype.$bus = this
+  }
 });

--
Gitblit v1.9.3