From 17ba6febdaacf7563f7688bae473a4a89e914ff5 Mon Sep 17 00:00:00 2001 From: zhangshuaibao <15731629597@163.com> Date: 星期一, 29 三月 2021 16:04:18 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/api/mapApi.js | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/api/mapApi.js b/src/api/mapApi.js index e7ebbc3..3cde8cb 100644 --- a/src/api/mapApi.js +++ b/src/api/mapApi.js @@ -2,13 +2,14 @@ // import * as Service from './services' // const $HOST = 'http://10.238.221.113' // 娴嬭瘯鐜IP锛歨ttp://10.238.221.113 - - +import axios from '@utils/axios' /** * 璇ユ柟娉曢厤缃� */ -class MapAPI{ - +class MapAPI { + getToken (param) { + axios.get(param.url, param.option) + } } export default new MapAPI() -- Gitblit v1.8.0