{"remainingRequest":"C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance\\node_modules\\babel-loader\\lib\\index.js!C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance\\node_modules\\style-vw-loader\\index.js??ref--0-2!C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance\\src\\components\\common\\Sidebar.vue?vue&type=script&lang=js&","dependencies":[{"path":"C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance\\src\\components\\common\\Sidebar.vue","mtime":1663828782923},{"path":"C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance\\babel.config.js","mtime":1663828782900},{"path":"C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000},{"path":"C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance\\node_modules\\style-vw-loader\\index.js","mtime":1540864632000}],"contextDependencies":[],"result":["import \"core-js/modules/es6.function.name\";\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nimport MenuTree from \"./MenuTree.vue\";\nexport default {\n data: function data() {\n return {\n btnCollpaseright: require('@assets/img/btn_collpaseright.png'),\n btnCollpaseleft: require('@assets/img/btn_collpaseleft.png'),\n openList: []\n };\n },\n components: {\n MenuTree: MenuTree\n },\n computed: {\n onRoutes: function onRoutes() {\n return this.$route.path;\n },\n collapse: function collapse() {\n return this.$store.getters['getCollapse'];\n },\n menuList: function menuList() {\n var list = this.$store.getters['getMenuList'];\n return list;\n },\n openArray: function openArray() {\n return this.openList;\n },\n sessSetThisDetai: function sessSetThisDetai() {\n var text = '';\n\n if (!!window.sessionStorage.getItem('setThisDetai')) {\n text = JSON.parse(window.sessionStorage.getItem('setThisDetai')).name;\n }\n\n return text;\n }\n },\n methods: {\n // 侧边栏折叠\n collapseChage: function collapseChage() {\n this.$store.dispatch('collapse', !this.collapse);\n },\n thisfindMen: function thisfindMen(arr, indexPath) {\n var status = [];\n arr.map(function (v) {\n if (v.children) {\n v.children.map(function (s) {\n if ('/' + s.linkPath === indexPath) {\n status.push(v.linkPath, s.linkPath);\n }\n });\n } else {\n if ('/' + v.linkPath === indexPath) {\n status.push(v.linkPath);\n }\n }\n });\n return status;\n }\n },\n watch: {\n $route: function $route(newValue, oldValue) {\n this.openList = this.thisfindMen(this.$store.getters['getMenuList'], newValue.path);\n }\n },\n created: function created() {\n this.openList = this.thisfindMen(this.$store.getters['getMenuList'], this.$route.path);\n },\n mounted: function mounted() {// this.$refs.sidebarelmenu.$children[0].$children[0].$el.style.paddingLeft = 0;\n // console.log((this.$refs.sidebarelmenu.$children[0].$children[0].$el.style.paddingLeft = 0));\n }\n};",{"version":3,"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqCA;AACA;AACAA,MADA,kBACA;AACA;AACAC,oEADA;AAEAC,kEAFA;AAGAC;AAHA;AAKA,GAPA;AAQAC;AACAC;AADA,GARA;AAWAC;AACAC,YADA,sBACA;AACA;AACA,KAHA;AAIAC,YAJA,sBAIA;AACA;AACA,KANA;AAOAC,YAPA,sBAOA;AACA;AACA;AACA,KAVA;AAWAC,aAXA,uBAWA;AACA;AACA,KAbA;AAcAC,oBAdA,8BAcA;AACA;;AACA;AACAC;AACA;;AACA;AACA;AApBA,GAXA;AAiCAC;AACA;AACAC,iBAFA,2BAEA;AACA;AACA,KAJA;AAKAC,eALA,uBAKAC,GALA,EAKAC,SALA,EAKA;AACA;AACAD;AACA;AACAE;AACA;AACAC;AACA;AACA,WAJA;AAKA,SANA,MAMA;AACA;AACAA;AACA;AACA;AACA,OAZA;AAaA;AACA;AArBA,GAjCA;AAwDAC;AACAC,UADA,kBACAC,QADA,EACAC,QADA,EACA;AACA;AACA;AAHA,GAxDA;AA6DAC,SA7DA,qBA6DA;AACA;AACA,GA/DA;AAgEAC,SAhEA,qBAgEA,CACA;AACA;AACA;AAnEA","names":["data","btnCollpaseright","btnCollpaseleft","openList","components","MenuTree","computed","onRoutes","collapse","menuList","openArray","sessSetThisDetai","text","methods","collapseChage","thisfindMen","arr","indexPath","v","status","watch","$route","newValue","oldValue","created","mounted"],"sourceRoot":"src/components/common","sources":["Sidebar.vue"],"sourcesContent":["\r\n\r\n\r\n\r\n\r\n"]}]}