From 0ed4f8119089136bb2a87db423f6650ede75740a Mon Sep 17 00:00:00 2001 From: zengh <123456> Date: Mon, 16 May 2022 09:35:13 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- store/state.js | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/store/state.js b/store/state.js index 352cf91..f396795 100644 --- a/store/state.js +++ b/store/state.js @@ -17,12 +17,13 @@ roleid: '', //角色id Jurisdiction: '', //角色辖区 logPath: '', - piAPI: apis.api, - // piAPI: 'http://61.131.136.25:2082/api/', - //piAPI: 'http://192.168.0.110:83/', + // piAPI: apis.api, + // piAPI: 'http://223.82.109.183:2082/api/', + piAPI: 'http://192.168.0.114:83/', // piAPI: 'http://192.168.0.222:83/', - //piAPI: 'http://61.131.136.25:2082/api/', - BaopiAPI: 'http://61.131.136.25:2080/api/', + //piAPI: 'http://223.82.109.183:2082/api/', + // BaopiAPI: 'http://223.82.109.183:2080/api/', + BaopiAPI: 'http://192.168.0.114:81', firstlogin: null, puserName: '', puserID: '', -- Gitblit v1.9.3