From e6d52e93c9ba4ca8e7672879bd919dfee05edd99 Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Tue, 08 Mar 2022 16:15:46 +0800
Subject: [PATCH] 巡查参与细节
---
store/state.js | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/store/state.js b/store/state.js
index ab96272..bfaea7a 100644
--- a/store/state.js
+++ b/store/state.js
@@ -6,17 +6,17 @@
questionList: [], // 考试考题列表
paperDetail: {},
billFlag: false,
- queTypeArr:[0,0,0,0,0],
+ queTypeArr: [0, 0, 0, 0, 0],
loging: false,
message: {
- useName: '过客',
+ useName: '过客',
},
- roleid:'',//角色id
+ 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://192.168.0.222:83/',
//piAPI: 'http://223.82.109.183:2082/api/',
BaopiAPI: 'http://223.82.109.183:2080/api/',
puserName: '',
@@ -61,4 +61,4 @@
...positions.state
}
-export default state
\ No newline at end of file
+export default state
--
Gitblit v1.9.3