pull/103/head
孙萌 2024-01-24 17:12:56 +08:00
parent 1835b6e4c8
commit cb3ccb2587
1 changed files with 1 additions and 1 deletions

View File

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