feat(广告): 添加首页广告弹窗组件并更新版本号

- 新增common-advertisement组件用于展示首页广告弹窗
- 在首页添加广告组件调用逻辑
- 更新manifest.json中的版本号至1.0.47
- 临时修改开发环境baseUrl配置
This commit is contained in:
2026-02-24 13:21:42 +08:00
parent 3d4a079524
commit 0f72e08dde
5 changed files with 297 additions and 4 deletions

View File

@@ -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({