|
@@ -5078,8 +5078,10 @@ function checkTagDisabled () {
|
|
if (item === this.searchTab) {
|
|
if (item === this.searchTab) {
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- if(item === 1) {
|
|
|
|
- location.replace('/jylab/supsearch/index.html')
|
|
|
|
|
|
+ if (!goTemplateData.inIframe) {
|
|
|
|
+ if(item === 1) {
|
|
|
|
+ location.replace('/jylab/supsearch/index.html')
|
|
|
|
+ }
|
|
}
|
|
}
|
|
this.searchTab = item
|
|
this.searchTab = item
|
|
// if (item !== 0) {
|
|
// if (item !== 0) {
|