Browse Source

feat: 标讯跳转添加from=jhfp参数

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 1 year ago
parent
commit
1717bfa520
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/web/templates/pc/supsearch.html

+ 1 - 1
src/web/templates/pc/supsearch.html

@@ -3114,7 +3114,7 @@ function checkTagDisabled () {
     }
     }
     if (getParam('resource') === 'BI') {
     if (getParam('resource') === 'BI') {
       if(getParam('property') === 'BIProperty') {
       if(getParam('property') === 'BIProperty') {
-        aHref += aHref.indexOf('?') > -1 ? '&resource=BI&property=BIProperty' : '?resource=BI&property=BIProperty'
+        aHref += aHref.indexOf('?') > -1 ? '&resource=BI&property=BIProperty&from=jhfp' : '?resource=BI&property=BIProperty&from=jhfp'
       } else {
       } else {
         aHref += aHref.indexOf('?') > -1 ? '&resource=BI' : '?resource=BI'
         aHref += aHref.indexOf('?') > -1 ? '&resource=BI' : '?resource=BI'
       }
       }