// 后端接口 // http://localhost:5172/api/v2 // http://192.168.31.146:5172/api/v2 // http://65.47.6.108/api/v2 export const supervisionUrl = 'http://65.47.6.108/api/v2'; // 检测更新接口 // http://localhost:8080/version.json // http://65.47.6.108/extension/version.json export const checkUpdateUrl = 'http://65.47.6.108/extension/version.json'; // 后端案件核查信息上传 POST export const supervisionAjhcInfoUrl = 'http://65.47.6.108/api/v2/crx/ajhc'; // 后端案件核查ID列表上传 POST export const supervisionAjhcIdsUrl = 'http://65.47.6.108/api/v2/crx/ajhc/outerIds'; // 后端案件核查附件上传 POST export const supervisionAjhcFileUploadUrl = 'http://65.47.6.108/api/v2/crx/ajhc/file'; // 后端案件核查处置意见上传 POST export const supervisionAjhcDisposalOpinionUrl = 'http://65.47.6.108/api/v2/crx/ajhc/disposalOpinion'; // 后端案件核查处置明细上传 POST export const supervisionAjhcDisposalDetailsUrl = 'http://65.47.6.108/api/v2/crx/ajhc/disposalDetails'; // 后端案件核查检查是否提交过办结信息 POST(已弃用) export const supervisionAjhcCheckCompletionInformationUrl = 'http://65.47.6.108/api/v2/crx/ajhcCheckCompletionInformation'; // 后端案件核查检查是否需要填表 GET export const supervisionAjhcCheckTrueSituationUrl = 'http://65.47.6.108/api/v2/crx/ajhc/trueSituation?outerId='; // 案件核查,本地测试用 export const ajhcSysUrl = 'http://localhost:5172'; export const ajhcInfoUrl = '/#/sensitivePerception/modelClue'; // 插件界面更多按钮 // 'http://localhost:5172/#/data/ajhc' // 'http://65.47.6.108/v2/#/data/Ajhc' export const morePageUrl = 'http://65.47.6.108/v2/#/data/Ajhc'; // 案件核查子系统 export const ajhcOutSysUrl = 'http://11.33.3.4'; // 案件核查子系统-投诉受理 export const ajhcOutInfoUrl = 'http://11.33.3.4/complaintacceptance'; // 案件核查子系统-在办案件 export const ajhcInProgressUrl = 'http://11.33.3.4/workcenterlist/doingcases'; // 案件核查投诉受理(已弃用) export const netComplaintUrl = 'http://11.33.3.4/complaintacceptance/netcomplaint'; export const phoneComplaintUrl = 'http://11.33.3.4/complaintacceptance/phonecomplaint'; export const letterComplaintUrl = 'http://11.33.3.4/complaintacceptance/lettercomplaint'; export const otherComplaintUrl = 'http://11.33.3.4/complaintacceptance/othercomplaint';