Newer
Older
XinYang_SanWei+RongYun / src / util / excel.js
@raoxianxuan raoxianxuan on 23 Dec 2021 262 bytes gis提交
/**
 * 项目管理相关接口
 * @exports {Object}
 */
const host = "/hapi";

let nozzle = {
  recordSelectAllPoints: "/record/selectAllPoints", //人员轨迹

  
};

for (const item in nozzle) {
  nozzle[item] = host + nozzle[item];
}
export default nozzle;