From 24327e8eb3dccfa7c6c750004e97e5a003166e33 Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Tue, 08 Mar 2022 11:57:54 +0800
Subject: [PATCH] +人员查询基础页,屏蔽群众人员查询,巡查页面修复

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

diff --git a/store/state.js b/store/state.js
index 8f3ea88..9178149 100644
--- a/store/state.js
+++ b/store/state.js
@@ -11,12 +11,14 @@
 	message: {
 		useName: '过客',
 	},
+	roleid:'',//角色id
 	logPath: '',
 	piAPI: apis.api,
 	// piAPI: 'http://223.82.109.183:2082/api/',
 	//  piAPI: 'http://192.168.0.110:83/',
+	 piAPI: 'http://192.168.0.222:83/',
 	//piAPI: 'http://223.82.109.183:2082/api/',
-	BaopiAPI: 'http://223.82.109.183:2080/api/',
+	// BaopiAPI: 'http://223.82.109.183:2080/api/',
 	puserName: '',
 	puserID: '',
 	puserIphone: '',

--
Gitblit v1.9.3