From e9716ad886ddcad94bfaa1c89118c2d0a793a3d1 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 03 Nov 2021 18:02:19 +0800
Subject: [PATCH] +抢单

---
 store/state.js |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/store/state.js b/store/state.js
index 53c5b52..638ed61 100644
--- a/store/state.js
+++ b/store/state.js
@@ -4,9 +4,9 @@
 		useName: '过客',
 	},
 	logPath: '',
-	piAPI: 'http://223.82.109.183:2082/api/',
+	// piAPI: 'http://223.82.109.183:2082/api/',
 	// piAPI: 'http://192.168.0.107:85', //唐
-	// piAPI: '/api', //本地转发
+	piAPI: '/api', //本地转发
 	//piAPI: 'http://s16s652780.51mypc.cn/api/',
 	//piAPI: 'http://192.168.0.113:83/',
 	//piAPI: 'http://192.168.0.111:83/',
@@ -46,7 +46,8 @@
 			iconPath: "/static/tabbar/my.png",
 			selectedIconPath: "/static/tabbar/my-blue.png"
 		}
-	]
+	],
+	gotuGrabOrders: false
 }
 
 export default state

--
Gitblit v1.9.3