/** * 接口访问地址 */ export default { // 登录接口 loginUrl: "/oauth/user/login", // 获取用户列表 getUserInfo: "/oauth/api/user/getUserInfo", // 请求DMS数据列表(列表返回) selectContentListInfo: "/dms/content/selectContentListInfo", // 请求DMS数据列表(分页总数返回) selectContentList: "/dms/content/selectContentList", // 添加标记 addConllection: "/conllection/conllection/addConllection", // 根据用户获取标记 selectByUser: "/conllection/conllection/selectByUser", // 删除标记 deleteConllection: "/conllection/conllection/deleteConllection", // 修改标记 updateConllection: "/conllection/conllection/updateConllection", // 类别数据请求 selectByCNameAType: "/dms/category/selectByCNameAType", // 获取分级栏目列表 getColumnList: "/dms/column/getColumnList", // 插入数据 addContent: "/dms/content/addContent", // 修改数据 updateContent:"/dms/content/updateContent", // 删除数据 updateAudit: "/dms/content/updateAudit", // 叠置分析接口 - get overlayAnalysis: "/audit/audit/overlayAnalysis", };