From 1cbdf442ee326402df08d55a46f6cc1d6ec088e5 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 7 Mar 2026 17:33:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20URL=20=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E5=B7=A5=E5=85=B7=E5=87=BD=E6=95=B0=E5=B9=B6=E4=BC=98?= =?UTF-8?q?=E5=8C=96=20area-select=20=E7=BB=84=E4=BB=B6=E7=9A=84=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../form-create/components/area-select.vue | 5 +++-- .../components/form-create/components/iframe.vue | 4 ++-- .../form-create/rules/use-area-select-rule.ts | 3 ++- apps/web-antd/src/utils/index.ts | 16 +++------------- .../form-create/components/area-select.vue | 5 +++-- .../components/form-create/components/iframe.vue | 4 ++-- .../form-create/rules/use-area-select-rule.ts | 3 ++- apps/web-ele/src/utils/index.ts | 16 +++------------- packages/@core/base/shared/src/utils/index.ts | 1 + packages/@core/base/shared/src/utils/url.ts | 12 ++++++++++++ 10 files changed, 33 insertions(+), 36 deletions(-) create mode 100644 packages/@core/base/shared/src/utils/url.ts diff --git a/apps/web-antd/src/components/form-create/components/area-select.vue b/apps/web-antd/src/components/form-create/components/area-select.vue index 9a025ed3e..46141f385 100644 --- a/apps/web-antd/src/components/form-create/components/area-select.vue +++ b/apps/web-antd/src/components/form-create/components/area-select.vue @@ -2,10 +2,11 @@