From 1b15ce526e8fc381614083df69e020b73ea34a9b Mon Sep 17 00:00:00 2001 From: hejianhao <15708179461@qq.com> Date: 星期二, 01 四月 2025 09:59:02 +0800 Subject: [PATCH] 分页参数 --- src/components/showDelConfirm/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/showDelConfirm/index.vue b/src/components/showDelConfirm/index.vue index dbe41d8..01f47da 100644 --- a/src/components/showDelConfirm/index.vue +++ b/src/components/showDelConfirm/index.vue @@ -4,7 +4,7 @@ :close-on-click-modal="false" width="433px"> <div class="top-con a-center" slot="title"> <div class="left"> - <img src="@/assets/notice@2x.png" style="width: 24px;height: 24px;margin-right: 14px;" /> + <img src="@/assets/public/notice@2x.png" style="width: 24px;height: 24px;margin-right: 14px;" /> <div class="title">{{ title }}</div> </div> </div> -- Gitblit v1.7.1