广告显示
This commit is contained in:
5
main.js
5
main.js
@@ -20,7 +20,7 @@ Vue.prototype.$getbaseFontSizeInfo = function () {
|
||||
case 3.5:
|
||||
fontSizeInfo = '标准'
|
||||
break;
|
||||
case 5:
|
||||
case 4:
|
||||
fontSizeInfo = '最大'
|
||||
break;
|
||||
}
|
||||
@@ -162,6 +162,9 @@ import commonAddress from '@/pages/component/commonComponents/address/index.vue'
|
||||
Vue.component('common-address', commonAddress);
|
||||
import commonSelectGoods from '@/pages/component/commonComponents/selectGoods.vue'
|
||||
Vue.component('common-select-goods', commonSelectGoods);
|
||||
import commonAdvertisement from '@/pages/component/commonComponents/advertisement.vue'
|
||||
Vue.component('common-advertisement', commonAdvertisement);
|
||||
|
||||
import commonAnchorLink from '@/pages/component/commonComponents/anchorLink.vue'
|
||||
Vue.component('common-anchor-link', commonAnchorLink);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user