{"ast":null,"code":"export default {\n name: 'Home',\n data() {\n return {\n user: JSON.parse(localStorage.getItem('xm-user') || '{}'),\n notices: []\n };\n },\n created() {\n this.$request.get('/notice/selectAll').then(res => {\n this.notices = res.data || [];\n });\n }\n};","map":{"version":3,"names":["name","data","user","JSON","parse","localStorage","getItem","notices","created","$request","get","then","res"],"sources":["src/views/manager/Home.vue"],"sourcesContent":["\n \n \n 您好,{{ user?.name }}!欢迎使用本系统\n \n\n \n \n 公告列表\n \n \n \n \n {{ item.title }}\n \n \n \n \n \n \n \n\n\n\n"],"mappings":"AA6BA;EACAA,IAAA;EACAC,KAAA;IACA;MACAC,IAAA,EAAAC,IAAA,CAAAC,KAAA,CAAAC,YAAA,CAAAC,OAAA;MACAC,OAAA;IACA;EACA;EACAC,QAAA;IACA,KAAAC,QAAA,CAAAC,GAAA,sBAAAC,IAAA,CAAAC,GAAA;MACA,KAAAL,OAAA,GAAAK,GAAA,CAAAX,IAAA;IACA;EACA;AACA"},"metadata":{},"sourceType":"module","externalDependencies":[]}