pc-master #103

Merged
xiaomeng merged 2 commits from pc-master into portal 2024-01-24 10:06:54 +00:00
Showing only changes of commit cb3ccb2587 - Show all commits

View File

@ -340,7 +340,7 @@ export default {
this.routerList.push({ name: "风机湿帘", list: [ this.routerList.push({ name: "风机湿帘", list: [
{ name: '风机', status: -1, router: 'wetFan', index: 1 }, { name: '风机', status: -1, router: 'wetFan', index: 1 },
{ name: '湿帘泵', status: -1, router: 'wetFan', index: 2 }, { name: '湿帘泵', status: -1, router: 'wetFan', index: 2 },
{ name: '湿帘外翻', status: -1, router: 'wetFan', index: 3 }, { name: '湿帘外翻', status: -1, router: 'wetFan', index: 3 },
], router: "wetFan" }); ], router: "wetFan" });
} }