#
whycq
2023-10-21 6e1ba99d861ef7c92b69b77ff95bbd9eace9d300
#
1个文件已修改
1 ■■■■ 已修改文件
Monitor-APP/pages/home/home.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.vue
@@ -252,7 +252,6 @@
                    data: JSON.stringify(param),
                    success(res) {
                        res = res.data
                        console.log(res);
                        if (res.code === 200 && res.data.body.length>0) {
                            that.locs = [];
                            for (let k of res.data.body) {