From a911307e293c5dfa1763df1bb65141bb8fa24dcb Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Mon, 12 Aug 2024 17:55:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=BC=96=E5=9F=BA=E7=AB=99=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/location/Index.vue | 52 ++++++++++++++++++++++++++++-------- 1 file changed, 41 insertions(+), 11 deletions(-) diff --git a/src/views/location/Index.vue b/src/views/location/Index.vue index 093523eb..8d89c98a 100644 --- a/src/views/location/Index.vue +++ b/src/views/location/Index.vue @@ -280,7 +280,7 @@
- +
@@ -328,19 +328,19 @@
@@ -632,28 +632,58 @@ export default { // const response = await axios.get(api.location.baseStation) const response = [ { + cid: '000448', longitude: 116.38, - latitude: 39.9 + latitude: 39.9, + areaCode: 100001, + networkCode: 1885, + communicationType: '5G', + location: 'China, Beijing' }, { + cid: '000051', longitude: 116.39, - latitude: 39.9 + latitude: 39.9, + areaCode: 100004, + networkCode: 1885, + communicationType: '5G', + location: 'China, Beijing' }, { + cid: '000079', longitude: 116.383, - latitude: 39.886 + latitude: 39.886, + areaCode: 100002, + networkCode: 1885, + communicationType: '5G', + location: 'China, Beijing' }, { + cid: '000080', longitude: 116.378, - latitude: 39.902 + latitude: 39.902, + areaCode: 100003, + networkCode: 1885, + communicationType: '5G', + location: 'China, Beijing' }, { + cid: '006605', longitude: 116.369, - latitude: 39.91 + latitude: 39.91, + areaCode: 100027, + networkCode: 1885, + communicationType: '4G', + location: 'China, Beijing' }, { + cid: '006606', longitude: 116.38, - latitude: 39.91 + latitude: 39.91, + areaCode: 100005, + networkCode: 1885, + communicationType: '4G', + location: 'China, Beijing' } ] return response // response.data.data.list