| | |
| | | import websocket from "./websocket.js" |
| | | import positions from "./positions.js" |
| | | import apis from "./apiConfig.js" |
| | | |
| | | |
| | | import myAudio from './lid/myAudio.js' |
| | | const state = { |
| | | examDetail: {}, // 考试详情 |
| | | questionList: [], // 考试考题列表 |
| | | paperDetail: {}, |
| | | billFlag: false, |
| | | queTypeArr:[0,0,0,0,0], |
| | | queTypeArr: [0, 0, 0, 0, 0], |
| | | loging: false, |
| | | message: { |
| | | useName: '过客', |
| | | }, |
| | | roleid:'',//角色id |
| | | roleid: '', //角色id |
| | | Jurisdiction: '', //角色辖区 |
| | | 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/', |
| | | // piAPI: 'http://106.225.193.35:83/api/', |
| | | //piAPI: 'http://192.168.0.114:83/', |
| | | //piAPI: 'http://106.225.193.35:83/api/', |
| | | BaopiAPI: 'http://61.131.136.25:2080/api/', |
| | | //BaopiAPI: 'http://192.168.0.114:81', |
| | | firstlogin: null, |
| | | puserName: '', |
| | | puserID: '', |
| | | puserIphone: '', |
| | |
| | | } |
| | | ], |
| | | gotuGrabOrders: false, |
| | | Audio: new myAudio({ |
| | | uni: uni |
| | | }), //语音控制 |
| | | ...websocket.state, |
| | | ...positions.state |
| | | ...positions.state, |
| | | changeTaksState: true, |
| | | } |
| | | |
| | | export default state |
| | | export default state |