Browse Source

更新代码

12-plugin-assessment
aBin 4 years ago
parent
commit
b7a29a81b3
  1. 6
      index.html

6
index.html

@ -67,7 +67,7 @@
</div> </div>
<script> <script>
const p1419895741178191872 = { var p1419895741178191872 = {
token: '', token: '',
dom: '', dom: '',
projectId: '', projectId: '',
@ -99,7 +99,7 @@
// 查询当前项目的最新消息 // 查询当前项目的最新消息
that.getFirstAidRecord() that.getFirstAidRecord()
} else { } else {
alert(msg || '获取失败') console.log('msg: ', msg);
} }
}); });
}, },
@ -134,7 +134,7 @@
if (success && code === 200) { if (success && code === 200) {
that.setDate(data) that.setDate(data)
} else { } else {
alert(msg || '查询失败') console.log('msg: ', msg);
} }
}) })
}, },

Loading…
Cancel
Save