Skip to content

Commit d48186b

Browse files
committed
commimt
1 parent 5c68a72 commit d48186b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AdminNotice/notice.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<script setup>
4949
import { ref, computed, watch } from 'vue';
5050
import { useRouter } from 'vue-router';
51-
import notice from '@/api/notice_axios';
51+
import notice from '@/api/axios';
5252
5353
const router = useRouter();
5454

0 commit comments

Comments
 (0)