From b5acea8ed42d534cefa34d90f9eb1cd637dfe6d7 Mon Sep 17 00:00:00 2001 From: zhangshuaibao <15731629597@163.com> Date: 星期三, 31 三月 2021 09:11:49 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/api/mapApi.js | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/api/mapApi.js b/src/api/mapApi.js index e7ebbc3..7376708 100644 --- a/src/api/mapApi.js +++ b/src/api/mapApi.js @@ -2,13 +2,13 @@ // import * as Service from './services' // const $HOST = 'http://10.238.221.113' // 娴嬭瘯鐜IP锛歨ttp://10.238.221.113 - - +import axios from '@utils/axios' +import * as mapUrl from './mapUrl' /** * 璇ユ柟娉曢厤缃� */ -class MapAPI{ - +export default { + getUser (data) { + return axios.get(mapUrl.GetUser, data) + } } - -export default new MapAPI() -- Gitblit v1.8.0