feat(广告): 添加首页广告弹窗组件并更新版本号
- 新增common-advertisement组件用于展示首页广告弹窗 - 在首页添加广告组件调用逻辑 - 更新manifest.json中的版本号至1.0.47 - 临时修改开发环境baseUrl配置
This commit is contained in:
3
main.js
3
main.js
@@ -82,6 +82,9 @@ Vue.component('common-anchor-link', commonAnchorLink);
|
||||
import commonSelectVip from '@/pages/component/commonComponents/selectVip.vue'
|
||||
Vue.component('common-select-vip', commonSelectVip);
|
||||
|
||||
import commonAdvertisement from '@/pages/component/commonComponents/advertisement.vue'
|
||||
Vue.component('common-advertisement', commonAdvertisement);
|
||||
|
||||
|
||||
App.mpType = 'app'
|
||||
const app = new Vue({
|
||||
|
||||
Reference in New Issue
Block a user