bc812e66 by tianhaohao@pashanhoo.com

修改文件内容

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