From 893f7a6cd727fc6ed9bc4f47bac41e0cd4fd51c3 Mon Sep 17 00:00:00 2001 From: zty Date: Mon, 25 Nov 2024 18:32:52 +0800 Subject: [PATCH 1/5] =?UTF-8?q?fix=20:=20=E4=BF=AE=E6=94=B9=20tkx=20?= =?UTF-8?q?=E5=B7=A5=E5=BA=8F=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/scEnm/lineChartsdialog.vue | 14 +- src/config/route.js | 56 +-- src/views/bigScreen/index_enm.vue | 97 +++- src/views/em/equipment.vue | 13 +- src/views/em/equipment_form.vue | 25 +- src/views/enm_base/search.vue | 177 ++++--- src/views/enm_coal/power.vue | 21 +- src/views/enm_coal/report.vue | 14 +- src/views/enm_coalbase/teamAnalysis.vue | 2 +- src/views/enm_coalbase/workshopAnalysis.vue | 2 +- .../enm_cogeneration/workshopAnalysis.vue | 2 +- src/views/enm_energy/energy.vue | 36 +- src/views/enm_energy/hour_base.vue | 456 ++++++++++++------ src/views/enm_kiln/report.vue | 37 +- src/views/enm_kilnbase/report.vue | 2 +- src/views/enm_kilnbase/workshopAnalysis.vue | 2 +- src/views/enm_mill/report.vue | 38 +- src/views/enm_pack/report.vue | 11 +- src/views/enm_report/costing.vue | 32 +- src/views/enm_report/reportDay.vue | 7 + src/views/enm_report/reportMonth.vue | 7 + src/views/enm_rm/power.vue | 27 +- src/views/enm_rm/report.vue | 35 +- src/views/enm_rm/workshopAnalysis.vue | 2 +- src/views/enm_rmbase/workshopAnalysis.vue | 2 +- src/views/enm_slag/report.vue | 20 +- src/views/fac_cal/mpointstat.vue | 29 +- src/views/wpm_gx/fmlogs.vue | 2 +- src/views/wpm_gx/handover.vue | 2 +- src/views/wpm_gx/inm.vue | 2 +- src/views/wpm_gx/inmrecord.vue | 2 +- src/views/wpm_gx/mlogs.vue | 2 +- src/views/wpm_gx/mtask.vue | 2 +- 33 files changed, 778 insertions(+), 400 deletions(-) diff --git a/src/components/scEnm/lineChartsdialog.vue b/src/components/scEnm/lineChartsdialog.vue index d3ba9b8c..efb09e76 100644 --- a/src/components/scEnm/lineChartsdialog.vue +++ b/src/components/scEnm/lineChartsdialog.vue @@ -52,7 +52,7 @@ start-placeholder="结束日期" :picker-options="pickerOptions" /> - 查询 @@ -73,7 +73,7 @@ start-placeholder="结束日期" :picker-options="pickerOptions" /> - 查询 @@ -94,7 +94,7 @@ start-placeholder="结束月份" :picker-options="pickerOptions" /> - 查询 @@ -115,7 +115,7 @@ start-placeholder="结束日期" :picker-options="pickerOptions" /> - 查询 @@ -306,7 +306,7 @@ export default { this.option.series[0].name = that.cate; console.log(that.mgroup) if (that.mgroup) { - if (that.cate == "总产量(t)"|| that.cate =="熟料(t)" ||that.cate == "出厂水泥合计(t)") { + if (that.cate == "总产量(t)" || that.cate == "出厂水泥合计(t)") { that.cateName = "total_production"; } else if ( that.cate == "单位产品分布电耗(KW·h/t)" || @@ -336,7 +336,7 @@ export default { that.cateName = "production_hour"; } else if (that.cate == "吨熟料发电量(KW·h/t)") { that.cateName = "production_elec_unit"; - } else if (that.cate == "用电量(KW·h)") { + } else if (that.cate == "总电耗(KW·h)") { that.cateName = "elec_consume"; } } else { @@ -447,7 +447,7 @@ export default { margin: 0 5px; display: inline-block; } -.searchBtn { +.searchBtnx { margin-left: 5px; } .sc-dialog__headerbtn { diff --git a/src/config/route.js b/src/config/route.js index 18b17f45..953fafa5 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -244,7 +244,7 @@ const routes = [ name: "enm_slag", path: "/enm_slag", meta: { - title: "电石渣", + title: "电石渣工序", icon: "el-icon-menu", type: "menu", perms: ["enm_slag"], @@ -350,7 +350,7 @@ const routes = [ name: "enm_rm", path: "/enm_rm", meta: { - title: "原料磨", + title: "生料工序", icon: "el-icon-menu", type: "menu", perms: ["enm_rm"], @@ -476,7 +476,7 @@ const routes = [ name: "enm_coal", path: "/enm_coal", meta: { - title: "煤磨", + title: "煤磨工序", icon: "el-icon-menu", type: "menu", perms: ["enm_coal"], @@ -602,7 +602,7 @@ const routes = [ name: "enm_kiln", path: "/enm_kiln", meta: { - title: "回转窑", + title: "烧成工序", icon: "el-icon-menu", type: "menu", perms: ["enm_kiln"], @@ -791,7 +791,7 @@ const routes = [ name: "enm_mill", path: "/enm_mill", meta: { - title: "水泥磨", + title: "水泥粉磨工序", icon: "el-icon-menu", type: "menu", perms: ["enm_mill"], @@ -854,7 +854,7 @@ const routes = [ name: "enm_pack", path: "/enm_pack", meta: { - title: "水泥包装", + title: "水泥包装工序", icon: "el-icon-menu", type: "menu", perms: ["enm_pack"], @@ -1000,32 +1000,32 @@ const routes = [ name: "hourBase", path: "/enm_energy/hourBase", meta: { - title: "电量消耗逐时报表", + title: "电量消耗报表", // icon: "el-icon-grid", perms: ["hour_base"], }, component: "enm_energy/hour_base", }, - { - name: "dayBase", - path: "/enm_energy/dayBase", - meta: { - title: "电量消耗日报表", - // icon: "el-icon-grid", - perms: ["day_base"], - }, - component: "enm_energy/day_base", - }, - { - name: "monthBase", - path: "/enm_energy/monthBase", - meta: { - title: "电量消耗月报表", - // icon: "el-icon-grid", - perms: ["month_base"], - }, - component: "enm_energy/month_base", - }, + // { + // name: "dayBase", + // path: "/enm_energy/dayBase", + // meta: { + // title: "电量消耗日报表", + // // icon: "el-icon-grid", + // perms: ["day_base"], + // }, + // component: "enm_energy/day_base", + // }, + // { + // name: "monthBase", + // path: "/enm_energy/monthBase", + // meta: { + // title: "电量消耗月报表", + // // icon: "el-icon-grid", + // perms: ["month_base"], + // }, + // component: "enm_energy/month_base", + // }, { name: "energyPicture", path: "/enm_energy/energyPicture", @@ -2476,7 +2476,7 @@ const routes = [ name: "equipment", path: "/em/equipment", meta: { - title: "生产设备", + title: "主要用能设备", // icon: "el-icon-cellphone", perms: ["equipment"], }, diff --git a/src/views/bigScreen/index_enm.vue b/src/views/bigScreen/index_enm.vue index 9beb5d19..04c69657 100644 --- a/src/views/bigScreen/index_enm.vue +++ b/src/views/bigScreen/index_enm.vue @@ -159,7 +159,7 @@
-
主机设备电耗电耗
+
主机设备电耗
@@ -340,9 +340,9 @@ export default { SMData: [], IMData: [], factoryName: "", - initialAlpha: -Math.PI / 4.5, - initialBeta: Math.PI / 2, - initialRadius: 2.5, + initialAlpha: 2.73, + initialBeta: 1.24, + initialRadius: 8, initialTarget: null, resizeTimeout: null, loadedPercent: 0, @@ -378,11 +378,11 @@ export default { new echarts.graphic.LinearGradient(0, 0, 0, 1, [ { offset: 0, - color: "rgb(128, 255, 165)", + color: "rgb(255, 255, 0)", }, { offset: 1, - color: "rgb(1, 191, 236)", + color: "rgb(255, 255, 0)", }, ]), @@ -399,7 +399,7 @@ export default { new echarts.graphic.LinearGradient(0, 0, 0, 1, [ { offset: 0, - color: "rgb(55, 162, 255)", + color: "rgb(255, 162, 255)", }, { offset: 1, @@ -467,7 +467,7 @@ export default { tableData: [], tezhongData: [], option: { - color: ["#80FFA5", "#00DDFF", "#37A2FF", "#FF0087", "#FFBF00"], + // color: ["#80FFA5", "#00DDFF", "#37A2FF", "#FF0087", "#FFBF00"], tooltip: { trigger: "axis", axisPointer: { @@ -476,6 +476,10 @@ export default { backgroundColor: "#6a7985", }, }, + textStyle: { + color: "#02f5f2", + }, + backgroundColor: "rgba(255,255,255,0.3)", }, legend: { icon: "stack", @@ -758,11 +762,14 @@ export default { }; return this.$API.enm.enstat.req(query); }).then((response) => { + let maxId; response.forEach((item) => { let ind = item.day_s - 1; + maxId = ind; seriesData2[ind] = item.total_production || 0; }); // 更新图表数据 + option1.color = ['#FFFF00','#CC00FF', '#FFBF00'] option1.legend.data = [ { name: "熟料", @@ -781,7 +788,7 @@ export default { }, borderRadius: 2, itemStyle: { - color: that.linearGradientColors[1], + color: that.linearGradientColors[2], }, }, { @@ -791,7 +798,7 @@ export default { }, borderRadius: 2, itemStyle: { - color: that.linearGradientColors[2], + color: that.linearGradientColors[4], }, }, ]; @@ -801,7 +808,7 @@ export default { type: "line", smooth: true, lineStyle: { - width: 0, + width: 0, }, showSymbol: false, areaStyle: { @@ -823,7 +830,7 @@ export default { showSymbol: false, areaStyle: { opacity: 0.8, - color: that.linearGradientColors[1], + color: that.linearGradientColors[2], }, emphasis: { focus: "series", @@ -840,7 +847,7 @@ export default { showSymbol: false, areaStyle: { opacity: 0.8, - color: that.linearGradientColors[2], + color: that.linearGradientColors[4], }, emphasis: { focus: "series", @@ -849,8 +856,31 @@ export default { }, ]; myChart.setOption(option1); + let index2 = 0; + intervalId = setInterval(function () { + if (index2 <= maxId) { + myChart.dispatchAction({ + type: "downplay", + seriesIndex: 0, + }); + myChart.dispatchAction({ + type: "highlight", + seriesIndex: 0, + dataIndex: index2, + }); + myChart.dispatchAction({ + type: "showTip", + seriesIndex: 0, + dataIndex: index2, + }); + index2++; + } else { + index2 = 0; + clearInterval(intervalId); + } + }, 1000); }); - }, + }, getMonthData() { // 获取回转窑数据 let that = this; @@ -969,6 +999,7 @@ export default { } }); // 更新图表数据 + option3.color = ['#FFBF00','#6495ED', '#CC00FF'] option3.legend.data = [ { name: "原料车间用水", @@ -1005,18 +1036,27 @@ export default { { name: '原料车间用水', type: 'line', - data: seriesData1 + data: seriesData1, + lineStyle: { + color: that.linearGradientColors[0], + }, }, { name: '烧成车间用水', type: 'line', - data: seriesData3 + data: seriesData3, + lineStyle: { + color: that.linearGradientColors[1], + }, }, { name: '水泥车间用水', type: 'line', - data: seriesData5 - } + data: seriesData5, + lineStyle: { + color: that.linearGradientColors[2] + }, + }, ] myChart.setOption(option3); // 设置更新后的图表 }); @@ -1061,7 +1101,7 @@ export default { }); }); }, - //余热发电&环保数据 + //&环保数据 generation() { let that = this; this.$API.mtm.mgroup.list @@ -1191,7 +1231,7 @@ export default { radarChart.setOption(that.radarOption); }); }, - //质量分析---待定 + //质量分析 qualAnalys() { let that = this; // 初始化option2和图表 @@ -1238,6 +1278,7 @@ export default { } }); // 更新图表数据 + option5.color = ["#80FFA5", "#00DDFF", "#37A2FF", "#FF0087", "#FFBF00"], option5.legend.data = [ { name: "f-CaO", @@ -1246,7 +1287,7 @@ export default { }, borderRadius: 2, itemStyle: { - color: that.linearGradientColors[0], + color: "#80FFA5", }, }, { @@ -1256,7 +1297,7 @@ export default { }, borderRadius: 2, itemStyle: { - color: that.linearGradientColors[1], + color: "#00DDFF", }, }, { @@ -1266,7 +1307,7 @@ export default { }, borderRadius: 2, itemStyle: { - color: that.linearGradientColors[2], + color: "#37A2FF", }, }, { @@ -1276,7 +1317,7 @@ export default { }, borderRadius: 2, itemStyle: { - color: that.linearGradientColors[3], + color: "#FF0087", }, }, { @@ -1286,7 +1327,7 @@ export default { }, borderRadius: 2, itemStyle: { - color: that.linearGradientColors[4], + color: "#FFBF00", }, }, ]; @@ -1527,7 +1568,7 @@ export default { that.initialAlpha, that.initialBeta, that.initialRadius, - new BABYLON.Vector3(0, 0, 1.2) + new BABYLON.Vector3(-0.45, 1.588, 1.93) ); that.camera = camera; that.initialTarget = camera.getTarget(); @@ -1692,6 +1733,10 @@ export default { dataView.isVisible = false; } } + console.log("Camera Alpha:", camera.alpha); + console.log("Camera Beta:", camera.beta); + console.log("Camera Radius:", camera.radius); + console.log("Camera Radius:", camera.target); }); control_main.addControl(checkbox1); var header1 = new BABYLON_GUI.TextBlock(); diff --git a/src/views/em/equipment.vue b/src/views/em/equipment.vue index 217eeba0..55f512b5 100644 --- a/src/views/em/equipment.vue +++ b/src/views/em/equipment.vue @@ -26,13 +26,13 @@ - + - + @@ -70,7 +70,7 @@ - + @@ -93,8 +93,9 @@ + + @closed="dialog.check = false"> - - + + diff --git a/src/views/em/equipment_form.vue b/src/views/em/equipment_form.vue index 28cf02ad..596eae91 100644 --- a/src/views/em/equipment_form.vue +++ b/src/views/em/equipment_form.vue @@ -100,10 +100,11 @@ - - - + + + + + @@ -153,8 +154,8 @@ - - + + @@ -263,6 +264,18 @@ export default { value: 40, label: '禁用' }], + importace: [ + { + value: 10, + label: 'A' + },{ + value: 20, + label: 'B' + },{ + value: 30, + label: 'C' + }, + ], parameter_json: [ { key: '', value: '' } ], diff --git a/src/views/enm_base/search.vue b/src/views/enm_base/search.vue index 62d400b2..18367230 100644 --- a/src/views/enm_base/search.vue +++ b/src/views/enm_base/search.vue @@ -65,7 +65,7 @@ {{ item.elec_consume_unit }} {{ item.celec_consume_unit }} {{ item.coal_consume_unit }} - {{ item.en_consume_unit }} + {{ item.cen_consume_unit }}
@@ -130,7 +130,7 @@ {{ item.elec_consume_unit }} {{ item.celec_consume_unit }} {{ item.coal_consume_unit }} - {{ item.en_consume_unit }} + {{ item.cen_consume_unit }}
@@ -152,6 +152,18 @@ :value="item" > + + +
@@ -165,11 +177,13 @@ export default { data() { return { mgroupName: "", + mgDataName:"", timeStamp: 0, mockData: mockData, mockData2: mockData2, query: { searchData: "", + searchData2: "", page: 0, type: "month_st", mgroup: "", @@ -179,6 +193,15 @@ export default { chartData1: {}, chartData2: {}, mgroups: [], + mgData: [ "总产量", + "台时产量", + "运转时间", + "运转率", + "单位产品电耗", + "单位产品综合电耗", + "单位产品标煤耗", + "单位产品综合能耗", + ], searchData: [], searchData2: [], exportLoading: false, @@ -211,21 +234,13 @@ export default { inside: true, }, data: [ - "总产量", - "台时产量", - "运转时间", - "运转率", - "单位产品电耗", - "单位产品综合电耗", - "单位产品标煤耗", - "单位产品综合能耗", - "吨熟料发电量", + ], }, yAxis: [ { type: "value", - name: "电量 (KW·h)", + name: "", position: "left", alignTicks: true, axisLine: { @@ -244,61 +259,64 @@ export default { name: "时段一", type: "bar", yAxisIndex: 0, - data: [0, 0, 0, 0, 0, 0, 0, 0, 0], + data: [], }, { name: "时段二", type: "bar", yAxisIndex: 0, - data: [0, 0, 0, 0, 0, 0, 0, 0, 0], + data: [], }, ], }, myChart: null, }; }, - mounted() { - this.useMock(); - }, + // mounted() { + // this.useMock(); + // }, methods: { - useMock() { - let that = this; - // that.tableDatas1 = that.mockData; + // useMock() { + // let that = this; + // // that.tableDatas1 = that.mockData; - that.mockData.forEach((item) => { - that.mgroups.push(item.mgroup_name); - that.chartData1[item.mgroup_name] = []; - let arr = []; - arr[0] = item.total_production; - arr[1] = item.production_hour; - arr[2] = item.run_hour; - arr[3] = item.run_rate; - arr[4] = item.elec_consume_unit; - arr[5] = item.celec_consume_unit; - arr[6] = item.coal_consume_unit; - arr[7] = item.cen_consume_unit; - arr[8] = item.production_elec_unit; - that.chartData1[item.mgroup_name] = arr; - }); + // that.mockData.forEach((item) => { + // that.mgroups.push(item.mgroup_name); + // that.chartData1[item.mgroup_name] = []; + // let arr = []; + // arr[0] = item.total_production; + // arr[1] = item.production_hour; + // arr[2] = item.run_hour; + // arr[3] = item.run_rate; + // arr[4] = item.elec_consume_unit; + // arr[5] = item.celec_consume_unit; + // arr[6] = item.coal_consume_unit; + // arr[7] = item.cccen_consume_unit; + // arr[8] = item.production_elec_unit; + // that.chartData1[item.mgroup_name] = arr; + // }); - that.tableDatas2 = that.mockData2; - that.mockData2.forEach((item) => { - that.chartData2[item.mgroup_name] = []; - let arr = []; - arr[0] = item.total_production; - arr[1] = item.production_hour; - arr[2] = item.run_hour; - arr[3] = item.run_rate; - arr[4] = item.elec_consume_unit; - arr[5] = item.celec_consume_unit; - arr[6] = item.coal_consume_unit; - arr[7] = item.cen_consume_unit; - arr[8] = item.production_elec_unit; - that.chartData2[item.mgroup_name] = arr; - }); - }, + // that.tableDatas2 = that.mockData2; + // that.mockData2.forEach((item) => { + // that.chartData2[item.mgroup_name] = []; + // let arr = []; + // arr[0] = item.total_production; + // arr[1] = item.production_hour; + // arr[2] = item.run_hour; + // arr[3] = item.run_rate; + // arr[4] = item.elec_consume_unit; + // arr[5] = item.celec_consume_unit; + // arr[6] = item.coal_consume_unit; + // arr[7] = item.cccen_consume_unit; + // arr[8] = item.production_elec_unit; + // that.chartData2[item.mgroup_name] = arr; + // }); + // }, getList1(val) { let that = this; + if (!val || val.length == 0) { + return; + } let start_date = val[0]; let end_date = val[1]; this.$API.enm.analyze @@ -320,13 +338,15 @@ export default { arr[5] = item.celec_consume_unit; arr[6] = item.coal_consume_unit; arr[7] = item.cen_consume_unit; - arr[8] = item.production_elec_unit; that.chartData1[item.mgroup_name] = arr; }); }); }, getList2(val) { let that = this; + if (!val || val.length == 0) { + return; + } let start_date = val[0]; let end_date = val[1]; this.$API.enm.analyze @@ -347,7 +367,6 @@ export default { arr[5] = item.celec_consume_unit; arr[6] = item.coal_consume_unit; arr[7] = item.cen_consume_unit; - arr[8] = item.production_elec_unit; that.chartData2[item.mgroup_name] = arr; }); }); @@ -368,10 +387,56 @@ export default { }, 100); () => {}; }, - mgroupChange(val) { + mgroupChange() { let that = this; - that.options.series[0].data = this.chartData1[val]; - that.options.series[1].data = this.chartData2[val]; + let val = that.mgroupName; + let mgData = that.mgDataName; + console.log("---------",val, mgData) + if(!val){ + return; + } + if(mgData == "总产量"){ + that.options.xAxis.data = ["总产量"] + that.options.yAxis[0].name = "(t)" + that.options.series[0].data = [this.chartData1[val][0]]; + that.options.series[1].data = [this.chartData2[val][0]]; + } else if(mgData == "台时产量"){ + that.options.xAxis.data = ["台时产量"] + that.options.yAxis[0].name = "(t/h)" + that.options.series[0].data = [this.chartData1[val][1]]; + that.options.series[1].data = [this.chartData2[val][1]]; + } else if(mgData == "运转时间"){ + that.options.xAxis.data = ["运转时间"] + that.options.yAxis[0].name = "(h)" + that.options.series[0].data = [this.chartData1[val][2]]; + that.options.series[1].data = [this.chartData2[val][2]]; + } else if(mgData == "运转率"){ + that.options.xAxis.data = ["运转率"] + that.options.yAxis[0].name = "(%)" + that.options.series[0].data = [this.chartData1[val][3]]; + that.options.series[1].data = [this.chartData2[val][3]]; + } else if(mgData == "单位产品电耗"){ + that.options.xAxis.data = ["单位产品电耗"] + that.options.yAxis[0].name = "(kW/h)" + that.options.series[0].data = [this.chartData1[val][4]]; + that.options.series[1].data = [this.chartData2[val][4]]; + } else if(mgData == "单位产品综合电耗"){ + that.options.xAxis.data = ["单位产品综合电耗"] + that.options.yAxis[0].name = "(kW/h)" + that.options.series[0].data = [this.chartData1[val][5]]; + that.options.series[1].data = [this.chartData2[val][5]]; + } else if(mgData == "单位产品标煤耗"){ + that.options.xAxis.data = ["单位产品标煤耗"] + that.options.yAxis[0].name = "(t)" + that.options.series[0].data = [this.chartData1[val][6]]; + that.options.series[1].data = [this.chartData2[val][6]]; + } else if(mgData == "单位产品综合能耗"){ + console.log(this.chartData1[val][7]) + that.options.xAxis.data = ["单位产品综合能耗"] + that.options.yAxis[0].name = "(kW/h)" + that.options.series[0].data = [this.chartData1[val][7]]; + that.options.series[1].data = [this.chartData2[val][7]]; + } that.myChart.clear(); that.myChart.setOption(that.options); }, diff --git a/src/views/enm_coal/power.vue b/src/views/enm_coal/power.vue index c4027f73..639c3023 100644 --- a/src/views/enm_coal/power.vue +++ b/src/views/enm_coal/power.vue @@ -158,12 +158,12 @@ diff --git a/src/views/enm_report/reportMonth.vue b/src/views/enm_report/reportMonth.vue index ef41dd04..2134f4c8 100644 --- a/src/views/enm_report/reportMonth.vue +++ b/src/views/enm_report/reportMonth.vue @@ -119,6 +119,7 @@ month_t:'', dataList:{}, nowData:[], + tableName:'', }; }, mounted() { @@ -157,6 +158,7 @@ params.page = 0; params.year_s = that.year; params.month_s = that.month; + that.tableName = that.year + '_' + that.month+'-生产月报表'; params.type = 'month_s'; let m_goal_val = "goal_val_" + that.month this.$API.enm.enstat.req(params).then((res) => { @@ -463,6 +465,11 @@ handlePrint() { this.$PRINT('#myReport'); }, + exportExcel() { + this.exportLoading = true; + this.$XLSX('#myReport', this.tableName) + this.exportLoading = false; + }, } }; diff --git a/src/views/enm_rm/power.vue b/src/views/enm_rm/power.vue index 4db4689a..53320684 100644 --- a/src/views/enm_rm/power.vue +++ b/src/views/enm_rm/power.vue @@ -158,12 +158,13 @@ From 3b7458d6839bcddc04aef253f79716d126b2e985 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 26 Nov 2024 22:31:27 +0800 Subject: [PATCH 5/5] =?UTF-8?q?feat:=20=E5=A4=96=E5=8D=8F=E5=92=8C?= =?UTF-8?q?=E7=A3=A8=E6=8A=9B=E4=B8=80=E6=AC=A1=E6=8A=9B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/route.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/route.js b/src/config/route.js index 19af7e39..585629c9 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -1537,7 +1537,7 @@ const routes = [ // icon: "el-icon-cellphone", perms: ["wpm_ycp"], }, - component: "wpm_gx/yicipao", + component: "wpm_gx/yicipao2", }, { name: "saobianb",