{"ast":null,"code":"import \"core-js/modules/es.array.filter.js\";\nimport \"core-js/modules/es.array.includes.js\";\nimport \"core-js/modules/es.iterator.constructor.js\";\nimport \"core-js/modules/es.iterator.filter.js\";\nimport \"core-js/modules/es.object.to-string.js\";\nimport \"core-js/modules/es.string.includes.js\";\nexport default {\n name: 'App',\n data: function data() {\n return {\n searchQuery: '',\n menuItems: [{\n path: '/process/employee',\n title: '员工入职业务流程',\n icon: 'el-icon-user'\n }, {\n path: '/process/sales',\n title: '销售订单业务流程',\n icon: 'el-icon-goods'\n }, {\n path: '/process/shipping',\n title: '发货业务流程',\n icon: 'el-icon-truck'\n }]\n };\n },\n computed: {\n currentRoute: function currentRoute() {\n return this.$route.path;\n },\n filteredMenuItems: function filteredMenuItems() {\n var _this = this;\n return this.menuItems.filter(function (item) {\n return item.title.toLowerCase().includes(_this.searchQuery.toLowerCase());\n });\n }\n },\n methods: {\n handleSearch: function handleSearch() {\n // 这里可以添加额外的搜索逻辑\n }\n }\n};","map":{"version":3,"names":["name","data","searchQuery","menuItems","path","title","icon","computed","currentRoute","$route","filteredMenuItems","_this","filter","item","toLowerCase","includes","methods","handleSearch"],"sources":["src/App.vue"],"sourcesContent":["\n \n
\n \n \n \n \n
\n \n \n \n
\n \n \n \n \n \n \n
\n\n\n\n\n "],"mappings":";;;;;;AAsCA;EACAA,IAAA;EACAC,IAAA,WAAAA,KAAA;IACA;MACAC,WAAA;MACAC,SAAA,GACA;QACAC,IAAA;QACAC,KAAA;QACAC,IAAA;MACA,GACA;QACAF,IAAA;QACAC,KAAA;QACAC,IAAA;MACA,GACA;QACAF,IAAA;QACAC,KAAA;QACAC,IAAA;MACA;IAEA;EACA;EACAC,QAAA;IACAC,YAAA,WAAAA,aAAA;MACA,YAAAC,MAAA,CAAAL,IAAA;IACA;IACAM,iBAAA,WAAAA,kBAAA;MAAA,IAAAC,KAAA;MACA,YAAAR,SAAA,CAAAS,MAAA,WAAAC,IAAA;QAAA,OACAA,IAAA,CAAAR,KAAA,CAAAS,WAAA,GAAAC,QAAA,CAAAJ,KAAA,CAAAT,WAAA,CAAAY,WAAA;MAAA,CACA;IACA;EACA;EACAE,OAAA;IACAC,YAAA,WAAAA,aAAA;MACA;IAAA;EAEA;AACA","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}