From 9d2afa1207092e9f06fd7ce9d83aea5e98d40dc0 Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期四, 18 三月 2021 10:37:21 +0800 Subject: [PATCH] Merge branch 'master' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into master --- 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