From 39ae7e015cf594bd32b05c5e6e039d20b8e28bea Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期五, 08 三月 2024 16:04:16 +0800 Subject: [PATCH] 修改地图的设备行列限制 --- src/api/Api.js | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/api/Api.js b/src/api/Api.js index 6fb6e44..afd9b90 100644 --- a/src/api/Api.js +++ b/src/api/Api.js @@ -184,7 +184,10 @@ url: '/usedepartment/delete', method: 'POST' }, - + countryList: { + url: '/account/countries', + method: 'GET' + }, } // 姝e紡鐜閰嶇疆鍦板潃 -- Gitblit v1.9.3