{"remainingRequest":"D:\\jenkins\\workspace\\cqlt-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\cqlt-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\cqlt-fvue\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\cqlt-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\cqlt-fvue\\src\\views\\BigScrenn\\fundTheme\\components\\echartsTitle.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\cqlt-fvue\\src\\views\\BigScrenn\\fundTheme\\components\\echartsTitle.vue","mtime":1693992862223},{"path":"D:\\jenkins\\workspace\\cqlt-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\cqlt-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\cqlt-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\cqlt-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\cqlt-fvue\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import \"core-js/modules/es6.number.constructor\";\n//\n//\n//\n//\n//\n//\n//\n//\n//\nimport { mapState } from 'vuex';\nexport default {\n props: {\n orderData: {\n type: Object\n },\n hierarchy: {\n type: Number\n },\n lowerType: {\n type: Boolean\n }\n },\n data: function data() {\n return {\n isActive: false\n };\n },\n methods: {\n handleTitle: function handleTitle(val) {\n if (val.lowerType === 0) {\n return;\n }\n\n window.localStorage.setItem(\"indexData\", JSON.stringify(val));\n\n if (this.hierarchy == 1) {\n window.localStorage.setItem(\"fundfirstPageName\", JSON.stringify(val));\n this.$router.push({\n name: 'fundFirstPage',\n params: {\n targetId: val.targetId,\n name: val.targetName\n }\n });\n } else if (this.hierarchy == 2) {\n window.localStorage.setItem(\"fundsecondPageName\", JSON.stringify(val));\n this.$router.push({\n name: 'fundSecondPage',\n params: {\n targetId: val.targetId,\n name: val.targetName\n }\n });\n } else if (this.hierarchy == 3) {\n window.localStorage.setItem(\"fundthirdPageName\", JSON.stringify(val));\n this.$router.push({\n name: 'fundThirdPage',\n params: {\n targetId: val.targetId,\n name: val.targetName\n }\n });\n } else if (this.hierarchy == 4) {\n window.localStorage.setItem(\"fundfourthPageName\", JSON.stringify(val));\n this.$router.push({\n name: 'fundFourthPage',\n params: {\n targetId: val.targetId,\n name: val.targetName\n }\n });\n }\n }\n }\n};",null]}