若依 3.5.0

This commit is contained in:
RuoYi
2021-05-25 09:37:55 +08:00
parent 4aabf5d8be
commit 5e64a93d11
12 changed files with 53 additions and 13 deletions

View File

@ -176,7 +176,7 @@
</template>
<script>
import { listNotice, getNotice, delNotice, addNotice, updateNotice, exportNotice } from "@/api/system/notice";
import { listNotice, getNotice, delNotice, addNotice, updateNotice } from "@/api/system/notice";
import Editor from '@/components/Editor';
export default {