Skip to content

Commit

Permalink
chore: hidden ads in collapsed menu
Browse files Browse the repository at this point in the history
  • Loading branch information
sendya committed Jun 23, 2020
1 parent c79d52e commit 4316d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/BasicLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
广告代码 真实项目中请移除
production remove this Ads
-->
<ads v-if="isProPreviewSite"/>
<ads v-if="isProPreviewSite && !collapsed"/>
<!-- Ads end -->

<setting-drawer :settings="settings" @change="handleSettingChange" />
Expand Down

0 comments on commit 4316d13

Please sign in to comment.