File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 3838 </template >
3939 <a-col :xxxl =" 20" :xxl =" 20" :xl =" 19" :lg =" 18" :md =" 18" :sm =" 24" :xs =" 24" >
4040 <section :class =" mainContainerClass" >
41- <WWAdsVue v-if =" isZhCN" />
42- <TopAd v-else />
4341 <Demo v-if =" isDemo" :page-data =" pageData" :is-zh-c-n =" isZhCN" >
4442 <component :is =" matchCom" />
4543 </Demo >
@@ -97,21 +95,18 @@ import Menu from './Menu.vue';
9795import PrevAndNext from ' ./PrevAndNext.vue' ;
9896import Demo from ' ./Demo.vue' ;
9997import useMenus from ' ../hooks/useMenus' ;
100- import TopAd from ' ../components/rice/top_rice.vue' ;
10198import Sponsors from ' ../components/rice/sponsors.vue' ;
10299import RightBottomAd from ' ../components/rice/right_bottom_ad.vue' ;
103100import { CloseOutlined , MenuOutlined , LinkOutlined } from ' @ant-design/icons-vue' ;
104101import ThemeIcon from ' ./ThemeIcon.vue' ;
105102import surelyVueVue from ' ../components/surelyVue.vue' ;
106- import WWAdsVue from ' ../components/rice/WWAds.vue' ;
107103import Mentorbook from ' ../components/rice/mentorbook.vue' ;
108104const rControl = / [\u0000 -\u001f ] / g ;
109105const rSpecial = / [\s ~`!@#$%^&*()\-_ +=[\] {}|\\ ;:"'<>,. ?/] + / g ;
110106
111107export default defineComponent ({
112108 name: ' Layout' ,
113109 components: {
114- TopAd ,
115110 Sponsors ,
116111 RightBottomAd ,
117112 Demo ,
@@ -123,7 +118,6 @@ export default defineComponent({
123118 MenuOutlined ,
124119 ThemeIcon ,
125120 surelyVueVue ,
126- WWAdsVue ,
127121 LinkOutlined ,
128122 Mentorbook ,
129123 },
You can’t perform that action at this time.
0 commit comments