bc812e66 by tianhaohao@pashanhoo.com

修改文件内容

1 parent 1f1e63f0
......@@ -31,9 +31,7 @@
import Cookies from 'js-cookie'
import { mapGetters } from 'vuex'
import NoticeBar from '@/components/NoticeBar/index'
import {
getHomeNoticeList
} from "@/api/user"
import {getHomeNoticeList} from "@/api/home"
export default {
components: {
NoticeBar
......
......@@ -4,7 +4,7 @@
* @LastEditTime: 2023-05-24 14:42:24
*/
import { getForm } from "../flowform";
import { getHomeNoticeList } from "@/api/user.js"
import { getHomeNoticeList } from "@/api/home.js"
import { log } from "bpmn-js-token-simulation";
export default {
data () {
......
......@@ -4,7 +4,7 @@
* @LastEditTime: 2023-05-24 14:42:24
*/
import { getForm } from "../flowform";
import { getHomeNoticeList } from "@/api/user.js"
import { getHomeNoticeList } from "@/api/home.js"
export default {
data () {
return {
......