yanchengPowerSupply/node_modules/.cache/babel-loader/926239699065af2fecbf0748166...

1 line
7.1 KiB
JSON

{"remainingRequest":"D:\\林谷智能项目\\yanchengPowerSupply\\node_modules\\babel-loader\\lib\\index.js!D:\\林谷智能项目\\yanchengPowerSupply\\src\\router.js","dependencies":[{"path":"D:\\林谷智能项目\\yanchengPowerSupply\\src\\router.js","mtime":1689729939409},{"path":"D:\\林谷智能项目\\yanchengPowerSupply\\babel.config.js","mtime":1689557787923},{"path":"D:\\林谷智能项目\\yanchengPowerSupply\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\林谷智能项目\\yanchengPowerSupply\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000}],"contextDependencies":[],"result":["import Vue from 'vue';\nimport Router from 'vue-router';\nVue.use(Router);\nvar originalPush = Router.prototype.push;\nRouter.prototype.push = function push(location) {\n return originalPush.call(this, location).catch(function (err) {\n return err;\n });\n};\nexport default new Router({\n mode: 'history',\n base: process.env.BASE_URL,\n routes: [{\n path: '/',\n redirect: '/index'\n }, {\n path: '/index',\n name: 'index',\n component: function component() {\n return import(\"./views/index.vue\");\n }\n }, {\n //盐城地区分布光伏运行监测\n path: '/stationBuilding',\n name: 'stationBuilding',\n component: function component() {\n return import(\"./views/stationBuilding.vue\");\n }\n }, {\n //盐都东台区供电所数字化分析\n path: '/twentyKV',\n name: 'twentyKV',\n component: function component() {\n return import(\"./views/twentyKV.vue\");\n }\n }, {\n //配网工程全过程物资审计\n path: '/thirtyFiveKV',\n name: 'thirtyFiveKV',\n component: function component() {\n return import(\"./views/thirtyFiveKV.vue\");\n }\n },, {\n //盐城供电公司配网电能质量管控\n path: '/powerQualityControl',\n name: 'powerQualityControl',\n component: function component() {\n return import(\"./views/powerQualityControl.vue\");\n }\n },, {\n //乡村振兴电力综合指数\n path: '/ruralRevitalizationPower',\n name: 'ruralRevitalizationPower',\n component: function component() {\n return import(\"./views/ruralRevitalizationPower.vue\");\n }\n },, {\n //两高行业企业污染监测\n path: '/enterprisePollutionMonitoring',\n name: 'enterprisePollutionMonitoring',\n component: function component() {\n return import(\"./views/enterprisePollutionMonitoring.vue\");\n }\n }, {\n //农村生活污水治理设备电量分析\n path: '/ruralDomesticSewageTreatment',\n name: 'ruralDomesticSewageTreatment',\n component: function component() {\n return import(\"./views/ruralDomesticSewageTreatment.vue\");\n }\n }, {\n //数字化排涝抗旱辅助及检修辅助决策\n path: '/digitalFloodDrainageDroughtRelief',\n name: 'digitalFloodDrainageDroughtRelief',\n component: function component() {\n return import(\"./views/digitalFloodDrainageDroughtRelief.vue\");\n }\n }]\n});",{"version":3,"names":["Vue","Router","use","originalPush","prototype","push","location","call","catch","err","mode","base","process","env","BASE_URL","routes","path","redirect","name","component"],"sources":["D:/林谷智能项目/yanchengPowerSupply/src/router.js"],"sourcesContent":["import Vue from 'vue'\r\nimport Router from 'vue-router'\r\n\r\nVue.use(Router)\r\n\r\nconst originalPush = Router.prototype.push\r\n\r\nRouter.prototype.push = function push(location) {\r\n\r\n return originalPush.call(this, location).catch(err => err)\r\n\r\n}\r\n\r\nexport default new Router({\r\n mode: 'history',\r\n base: process.env.BASE_URL,\r\n routes: [\r\n {\r\n path: '/',\r\n redirect: '/index',\r\n },\r\n {\r\n path: '/index',\r\n name: 'index',\r\n component: () => import('./views/index.vue')\r\n },\r\n {\r\n //盐城地区分布光伏运行监测\r\n path: '/stationBuilding',\r\n name: 'stationBuilding',\r\n component: () => import('./views/stationBuilding.vue')\r\n },\r\n {\r\n //盐都东台区供电所数字化分析\r\n path: '/twentyKV',\r\n name: 'twentyKV',\r\n component: () => import('./views/twentyKV.vue')\r\n },\r\n {\r\n //配网工程全过程物资审计\r\n path: '/thirtyFiveKV',\r\n name: 'thirtyFiveKV',\r\n component: () => import('./views/thirtyFiveKV.vue')\r\n },\r\n ,\r\n {\r\n //盐城供电公司配网电能质量管控\r\n path: '/powerQualityControl',\r\n name: 'powerQualityControl',\r\n component: () => import('./views/powerQualityControl.vue')\r\n },\r\n ,\r\n {\r\n //乡村振兴电力综合指数\r\n path: '/ruralRevitalizationPower',\r\n name: 'ruralRevitalizationPower',\r\n component: () => import('./views/ruralRevitalizationPower.vue')\r\n },\r\n ,\r\n {\r\n //两高行业企业污染监测\r\n path: '/enterprisePollutionMonitoring',\r\n name: 'enterprisePollutionMonitoring',\r\n component: () => import('./views/enterprisePollutionMonitoring.vue')\r\n },\r\n {\r\n //农村生活污水治理设备电量分析\r\n path: '/ruralDomesticSewageTreatment',\r\n name: 'ruralDomesticSewageTreatment',\r\n component: () => import('./views/ruralDomesticSewageTreatment.vue')\r\n },\r\n {\r\n //数字化排涝抗旱辅助及检修辅助决策\r\n path: '/digitalFloodDrainageDroughtRelief',\r\n name: 'digitalFloodDrainageDroughtRelief',\r\n component: () => import('./views/digitalFloodDrainageDroughtRelief.vue')\r\n },\r\n ]\r\n})\r\n"],"mappings":"AAAA,OAAOA,GAAG,MAAM,KAAK;AACrB,OAAOC,MAAM,MAAM,YAAY;AAE/BD,GAAG,CAACE,GAAG,CAACD,MAAM,CAAC;AAEf,IAAME,YAAY,GAAGF,MAAM,CAACG,SAAS,CAACC,IAAI;AAE1CJ,MAAM,CAACG,SAAS,CAACC,IAAI,GAAG,SAASA,IAAI,CAACC,QAAQ,EAAE;EAE9C,OAAOH,YAAY,CAACI,IAAI,CAAC,IAAI,EAAED,QAAQ,CAAC,CAACE,KAAK,CAAC,UAAAC,GAAG;IAAA,OAAIA,GAAG;EAAA,EAAC;AAE5D,CAAC;AAED,eAAe,IAAIR,MAAM,CAAC;EACxBS,IAAI,EAAE,SAAS;EACfC,IAAI,EAAEC,OAAO,CAACC,GAAG,CAACC,QAAQ;EAC1BC,MAAM,EAAE,CACN;IACEC,IAAI,EAAE,GAAG;IACTC,QAAQ,EAAE;EACZ,CAAC,EACD;IACED,IAAI,EAAE,QAAQ;IACdE,IAAI,EAAE,OAAO;IACbC,SAAS,EAAE;MAAA,OAAM,MAAM,qBAAqB;IAAA;EAC9C,CAAC,EACD;IACI;IACFH,IAAI,EAAE,kBAAkB;IACxBE,IAAI,EAAE,iBAAiB;IACvBC,SAAS,EAAE;MAAA,OAAM,MAAM,+BAA+B;IAAA;EACxD,CAAC,EACD;IACI;IACFH,IAAI,EAAE,WAAW;IACjBE,IAAI,EAAE,UAAU;IAChBC,SAAS,EAAE;MAAA,OAAM,MAAM,wBAAwB;IAAA;EACjD,CAAC,EACD;IACI;IACFH,IAAI,EAAE,eAAe;IACrBE,IAAI,EAAE,cAAc;IACpBC,SAAS,EAAE;MAAA,OAAM,MAAM,4BAA4B;IAAA;EACrD,CAAC,GAED;IACI;IACFH,IAAI,EAAE,sBAAsB;IAC5BE,IAAI,EAAE,qBAAqB;IAC3BC,SAAS,EAAE;MAAA,OAAM,MAAM,mCAAmC;IAAA;EAC5D,CAAC,GAED;IACI;IACFH,IAAI,EAAE,2BAA2B;IACjCE,IAAI,EAAE,0BAA0B;IAChCC,SAAS,EAAE;MAAA,OAAM,MAAM,wCAAwC;IAAA;EACjE,CAAC,GAED;IACI;IACFH,IAAI,EAAE,gCAAgC;IACtCE,IAAI,EAAE,+BAA+B;IACrCC,SAAS,EAAE;MAAA,OAAM,MAAM,6CAA6C;IAAA;EACtE,CAAC,EACD;IACI;IACFH,IAAI,EAAE,+BAA+B;IACrCE,IAAI,EAAE,8BAA8B;IACpCC,SAAS,EAAE;MAAA,OAAM,MAAM,4CAA4C;IAAA;EACrE,CAAC,EACD;IACI;IACFH,IAAI,EAAE,oCAAoC;IAC1CE,IAAI,EAAE,mCAAmC;IACzCC,SAAS,EAAE;MAAA,OAAM,MAAM,iDAAiD;IAAA;EAC1E,CAAC;AAEL,CAAC,CAAC"}]}