12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- const AppData = {
- organizeInfo: {
- "success": "",
- "code": 0,
- "message": null,
- "data": {
- "title": "",
- "value": 0,
- "children": [
- {
- "title": "",
- "value": 0,
- "children": [
- {
- "title": "",
- "value": 0,
- "children": [
- {
- "title": "",
- "value": 0,
- "children": null,
- "disabled": false
- }
- ],
- "disabled": false
- }
- ],
- "disabled": false
- }
- ],
- "disabled": false
- }
- },
- myInfoData: {
- code: 0,
- data: null,
- area: null,
- areaUserId: null,
- city: 0,
- classId: 0,
- className: null,
- id: 0,
- mobile: '',
- name: "",
- password: '',
- province: 0,
- provinceCity: '',
- region: 0,
- role: null,
- schoolId: 0,
- schoolName: null,
- status: 0,
- type: 3,
- userName: ""
- },
- monitorsPageIndex:0,
- monitorsPageGetDocumentParams:{
- lessId:''
- }
-
- }
- export const ConstsData = {
- AppData,
- }
|