Skip to content

Commit

Permalink
feat: iframe加载时不展示footer
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 8539
  • Loading branch information
yangyy committed May 23, 2024
1 parent 576a91f commit 408ae55
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/ui/src/views/index/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@
</div>
</div>
<the-map style="user-select: none;"></the-map>
<the-footer></the-footer>
<the-footer v-if="!subEnv"></the-footer>
</div>
</template>

<script>
import has from 'has'
import { subEnv } from '@blueking/sub-saas'
import { MENU_RESOURCE_HOST } from '@/dictionary/menu-symbol'
import { HOME_HOST_SEARCH_CONTENT_STORE_KEY } from '@/dictionary/storage-keys.js'
import hostSearch from './children/host-search'
Expand All @@ -70,7 +71,8 @@
showResultList: false,
fullTextSearchProps: {},
searchResult: {},
loading: false
loading: false,
subEnv
}
},
computed: {
Expand Down

0 comments on commit 408ae55

Please sign in to comment.