urlMap.js
1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/*
* @Author: 张一一
* @Date: 2020-3-6 17:29:44
* @Last Modified by: 张一一
* @Last Modified time: 2020-3-6 17:29:44
*/
export default {
"XunJianList": "api/project/index", // 巡检列表
"getSet": "api/project/get_site", // 巡检点信息
"addSite": "api/inspection/project/submit", // 提交巡检信息
"upload": "api/common/upload",//上传图片
"login": "api/inspection/staff/login",// account password 登录
"route": "api/inspection/route/index",//page limit 路线列表
"XunJianList": "api/inspection/project/index", // 巡检点列表 page limit
"getSet": "api/inspection/project/info", // 巡检点信息
"addSite": "api/inspection/project/submit", // 提交巡检信息
"checkPosition": "api/inspection/project/checkLnglat",//验证巡检点定位
"xunjianRecord": "api/inspection/project/record",//巡检记录 page limit
"xunjianDetail": "api/inspection/project/record_info",//巡检记录详情 id
"resetpwd": "api/inspection/staff/resetpwd", //修改密码 oldpassword newpassword
"staffInfo": "api/inspection/staff/info", // 员工详情
"logout": "api/user/logout", // 员工详情
};