代码调试

This commit is contained in:
BianLzhaoMin 2024-08-05 16:55:28 +08:00
parent 6b4ca45b4a
commit 34511e5972
2 changed files with 7 additions and 3 deletions

View File

@ -221,7 +221,11 @@
</template>
</el-table-column>
<el-table-column label="IOT设备" align="center" prop="ownHouseName">
<el-button type="text" @click="handleBindIOT">未绑定</el-button>
<template slot-scope="{ row }">
<el-button type="text" @click="handleBindIOT(row)"
>未绑定</el-button
>
</template>
</el-table-column>
<el-table-column
label="位置信息"

View File

@ -42,11 +42,11 @@ module.exports = {
// target: `https://test-cc.zhgkxt.com`,//线上环境-南网
// target: `https://z.csgmall.com.cn`,
target: `http://192.168.2.151:48080`, //超
// target: `http://192.168.2.151:48080`, //超
// target: `http://10.40.92.81:8080`, //韩/
// target: `http://192.168.2.81:28080`,//旭/
// target: `http://192.168.2.248:28080`, //帅
// target: `http://192.168.2.240:28080`, //福
target: `http://192.168.2.241:28080`, //福
//******** 注意事项 ********* */
//1.全局替换qrUrl二维码扫码提供的网址-发布服务器的地址target;