From 2909d1c4fa5bbba87fad0c2fd5b304eda02dc440 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 25 Oct 2025 15:53:51 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E3=80=90ele=E3=80=91=E3=80=90mall?= =?UTF-8?q?=E3=80=91=E5=B0=86=20app-link-input=20=E8=BF=81=E7=A7=BB?= =?UTF-8?q?=E5=88=B0=20mall/promotion/components=20=E4=B8=AD=EF=BC=8C?= =?UTF-8?q?=E8=81=9A=E7=84=A6=E4=B8=80=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/mobile/Carousel/property.vue | 2 +- .../components/mobile/Popover/property.vue | 2 +- .../floating-action-button/property.vue | 2 +- .../components/hot-zone-edit-dialog/index.vue | 2 +- .../components/mobile/image-bar/property.vue | 2 +- .../components/mobile/magic-cube/property.vue | 2 +- .../components/mobile/menu-grid/property.vue | 2 +- .../components/mobile/menu-list/property.vue | 2 +- .../mobile/menu-swiper/property.vue | 2 +- .../components/cell-property.vue | 2 +- .../components/mobile/notice-bar/property.vue | 2 +- .../components/mobile/tab-bar/property.vue | 2 +- .../components/mobile/title-bar/property.vue | 2 +- .../app-link-input/app-link-select-dialog.vue | 79 +++++++++---------- .../components/app-link-input/data.ts | 56 +++++-------- .../components/app-link-input/index.vue | 25 +++--- .../views/mall/promotion/components/index.ts | 2 + 17 files changed, 84 insertions(+), 104 deletions(-) rename apps/web-ele/src/{ => views/mall/promotion}/components/app-link-input/app-link-select-dialog.vue (85%) rename apps/web-ele/src/{ => views/mall/promotion}/components/app-link-input/data.ts (84%) rename apps/web-ele/src/{ => views/mall/promotion}/components/app-link-input/index.vue (75%) create mode 100644 apps/web-ele/src/views/mall/promotion/components/index.ts diff --git a/apps/web-ele/src/components/diy-editor/components/mobile/Carousel/property.vue b/apps/web-ele/src/components/diy-editor/components/mobile/Carousel/property.vue index 21da40439..eac8f35e3 100644 --- a/apps/web-ele/src/components/diy-editor/components/mobile/Carousel/property.vue +++ b/apps/web-ele/src/components/diy-editor/components/mobile/Carousel/property.vue @@ -16,7 +16,7 @@ import { ElTooltip, } from 'element-plus'; -import AppLinkInput from '#/components/app-link-input/index.vue'; +import { AppLinkInput } from '#/views/mall/promotion/components'; import ComponentContainerProperty from '#/components/diy-editor/components/component-container-property.vue'; import Draggable from '#/components/draggable/index.vue'; import UploadFile from '#/components/upload/file-upload.vue'; diff --git a/apps/web-ele/src/components/diy-editor/components/mobile/Popover/property.vue b/apps/web-ele/src/components/diy-editor/components/mobile/Popover/property.vue index 0d69fd9db..771dac6c4 100644 --- a/apps/web-ele/src/components/diy-editor/components/mobile/Popover/property.vue +++ b/apps/web-ele/src/components/diy-editor/components/mobile/Popover/property.vue @@ -10,7 +10,7 @@ import { ElTooltip, } from 'element-plus'; -import AppLinkInput from '#/components/app-link-input/index.vue'; +import { AppLinkInput } from '#/views/mall/promotion/components'; import Draggable from '#/components/draggable/index.vue'; import UploadImg from '#/components/upload/image-upload.vue'; diff --git a/apps/web-ele/src/components/diy-editor/components/mobile/floating-action-button/property.vue b/apps/web-ele/src/components/diy-editor/components/mobile/floating-action-button/property.vue index 2be023a87..2dfe4664d 100644 --- a/apps/web-ele/src/components/diy-editor/components/mobile/floating-action-button/property.vue +++ b/apps/web-ele/src/components/diy-editor/components/mobile/floating-action-button/property.vue @@ -11,7 +11,7 @@ import { ElSwitch, } from 'element-plus'; -import AppLinkInput from '#/components/app-link-input/index.vue'; +import { AppLinkInput } from '#/views/mall/promotion/components'; import Draggable from '#/components/draggable/index.vue'; import InputWithColor from '#/components/input-with-color/index.vue'; import UploadImg from '#/components/upload/image-upload.vue'; diff --git a/apps/web-ele/src/components/diy-editor/components/mobile/hot-zone/components/hot-zone-edit-dialog/index.vue b/apps/web-ele/src/components/diy-editor/components/mobile/hot-zone/components/hot-zone-edit-dialog/index.vue index 0a72633d6..eaaec6bbc 100644 --- a/apps/web-ele/src/components/diy-editor/components/mobile/hot-zone/components/hot-zone-edit-dialog/index.vue +++ b/apps/web-ele/src/components/diy-editor/components/mobile/hot-zone/components/hot-zone-edit-dialog/index.vue @@ -1,7 +1,7 @@