diff --git a/index.html b/index.html
index 0aa38e0..b2f15bf 100644
--- a/index.html
+++ b/index.html
@@ -57,12 +57,12 @@
/*
1. p1419896936236064768插件的所有事件及属性
*/
- const p1419896936236064768 = {
+ var p1419896936236064768 = {
jumpDetail(that) {
- const pId = that.parentNode.parentNode.getAttribute('data-pid');
- const rId = that.parentNode.parentNode.getAttribute('data-rid');
- const uId = that.parentNode.parentNode.getAttribute('data-uid');
- const tId = that.parentNode.parentNode.getAttribute('data-tid');
+ var pId = that.parentNode.parentNode.getAttribute('data-pid');
+ var rId = that.parentNode.parentNode.getAttribute('data-rid');
+ var uId = that.parentNode.parentNode.getAttribute('data-uid');
+ var tId = that.parentNode.parentNode.getAttribute('data-tid');
location.href = `https://www.tall.wiki/qc/report?projectId=${pId}&roleId=${rId}&userId=${uId}&id=${tId}`;
},
};
@@ -88,7 +88,7 @@