update 远程升级

This commit is contained in:
2023-06-27 09:35:20 +08:00
parent 487fd4551f
commit 3c1e7abf04

View File

@@ -216,11 +216,10 @@
<!-- 右侧配置管理页面目前不管 --> <!-- 右侧配置管理页面目前不管 -->
<el-tab-pane label="配置管理" name="second"> <el-tab-pane label="配置管理" name="second">
<el-button type="primary" icon="el-icon-s-tools" round @click="updateFirmware('/update.bin')">远程升级</el-button> <el-button type="primary" icon="el-icon-s-tools" round @click="updateFirmware('/update.bin')">远程升级</el-button>
</el-tab-pane>
<el-tab-pane label="配置管理" name="second">
<el-button type="primary" icon="el-icon-s-tools" round @click="updateFirmware('/update2.bin')">远程升级2</el-button> <el-button type="primary" icon="el-icon-s-tools" round @click="updateFirmware('/update2.bin')">远程升级2</el-button>
</el-tab-pane> </el-tab-pane>
</el-tabs> </el-tabs>
</div> </div>
</template> </template>