From 751e1ab5443369f8de9a75cccbaaf74cefb231af Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 24 三月 2023 16:54:24 +0800
Subject: [PATCH] 1.api文件名修改成英文
---
src/views/systemSettings/shopNotice.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/systemSettings/shopNotice.vue b/src/views/systemSettings/shopNotice.vue
index 3e9a588..d6e1014 100644
--- a/src/views/systemSettings/shopNotice.vue
+++ b/src/views/systemSettings/shopNotice.vue
@@ -267,8 +267,8 @@
<script>
import Pagination from '@/components/Pagination'
import ImportPicker from '@/components/ImportPicker'
-import { SystemAnnouncementAddUpdate, SystemAnnouncementDelete, SystemAnnouncementSearch } from '@/api/xtsz'
-import { ShopSearch } from '@/api/dzkb'
+import { SystemAnnouncementAddUpdate, SystemAnnouncementDelete, SystemAnnouncementSearch } from '@/api/systemSettings'
+import { ShopSearch } from '@/api/kanbanManager'
import elDragDialog from '@/directive/el-drag-dialog'
import waves from '@/directive/waves'
--
Gitblit v1.9.3