Browse Source

Merge branch 'dev/v4.9.4_tsz' of qmx/jy into feature/v4.9.4

汤世哲 1 year ago
parent
commit
c351e2c38a
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('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 {
         aHref += aHref.indexOf('?') > -1 ? '&resource=BI' : '?resource=BI'
       }