|
@@ -2809,10 +2809,10 @@ function checkTagDisabled () {
|
|
aHref += aHref.indexOf('?') > -1 ? '&' : '?'
|
|
aHref += aHref.indexOf('?') > -1 ? '&' : '?'
|
|
aHref += 'industry='+dataindustry;
|
|
aHref += 'industry='+dataindustry;
|
|
}
|
|
}
|
|
|
|
+ if (getParam('resource') === 'BI') {
|
|
|
|
+ aHref += aHref.indexOf('?') > -1 ? '&resource=BI' : '?resource=BI'
|
|
|
|
+ }
|
|
if(loginflag){
|
|
if(loginflag){
|
|
- if (getParam('resource') === 'BI') {
|
|
|
|
- aHref += aHref.indexOf('?') > -1 ? '&resource=BI' : '?resource=BI'
|
|
|
|
- }
|
|
|
|
try {
|
|
try {
|
|
visitedPath.pathVisiting(
|
|
visitedPath.pathVisiting(
|
|
new VisitedPathItem(
|
|
new VisitedPathItem(
|