From 8feab3c7ca613486c291f7714edfb4fc30ff34ec Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Fri, 21 Mar 2025 14:20:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/commonUtil.js | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/commonUtil.js b/utils/commonUtil.js index 387d6b9..7c88248 100644 --- a/utils/commonUtil.js +++ b/utils/commonUtil.js @@ -1172,6 +1172,7 @@ export function setJobInfoPosition (pos) { return citys; } export function setJobInfoPositionv3 (str) { + str = str.replace(/;/g, ''); var reg = /.+?(省|市|自治区|自治州|县|区)/g; // 省市区的正则 let matches = str.match(reg); let result = '';