diff --git a/index.html b/index.html
index 3cc817a..0a93365 100644
--- a/index.html
+++ b/index.html
@@ -49,9 +49,9 @@
-
-
-

+
+
+
@@ -71,9 +71,12 @@
})()
const p1419895828960780288 = {
jumpDetails(that) {
- console.log(that.parentNode.getAttribute('data-tname'))
- console.log(that.parentNode.getAttribute('data-pid'))
- location.href = 'https://www.baidu.com'
+ const pId = that.parentNode.getAttribute('data-pid');
+ const rId = that.parentNode.getAttribute('data-rid');
+ const uId = that.parentNode.getAttribute('data-uid');
+ const tId = that.parentNode.getAttribute('data-tid');
+ console.log(pId)
+ location.href = `https://www.tall.wiki/qc/diagnosis?projectId=${pId}&roleId=${rId}&userId=${uId}&id=${tId}`;
}
}