From 73ae9d4ca39aafad4cd2106bf61966493f81a663 Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Mon, 27 May 2024 13:51:40 +0800 Subject: [PATCH] uu --- common/api/url.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/api/url.js b/common/api/url.js index 5ea5009..b5cb3cb 100644 --- a/common/api/url.js +++ b/common/api/url.js @@ -6,8 +6,8 @@ export default { loginByApp: `/loginByApp`, // 登录 getInfoByApp: `/getInfoByApp`,// 获取用户基本信息 getStaffQRCodePng: `/emis/emisStaff/getStaffQRCodePng`,// 获取用户基本信息 - getEmisCountry: `/emis/emisCountry/list`, // 获取国家列表 - getEmisRegion: `/emis/emisRegion/list`,// 获取省市区列表 + getEmisCountry: `/emis/emisCountry/listSimple`, // 获取国家列表 + getEmisRegion: `/emis/emisRegion/listSimple`,// 获取省市区列表 getDicDataJson: `/common/getDicDataJson`, // 获取枚举字段 getAppHomeStatData: `/emis/commonTools/getAppHomeStatData`,// 首页统计数据 getLatestNotices: `/emis/commonTools/getLatestNotices`,// 首页统计数据