删除打印
This commit is contained in:
@@ -64,7 +64,6 @@ window.addEventListener('message', function (event) {
|
||||
const { action, data } = event.data
|
||||
|
||||
if (action == 'securityDetailData') {
|
||||
console.log('tableArray:', data)
|
||||
// 处理接收到的 tableArray 数据
|
||||
tableData.value = data
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user