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

@@ -2,8 +2,8 @@ let baseUrl = "";
let socketUrl = "";
if (process.env.NODE_ENV === 'development') {
// 开发环境
// baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川
baseUrl = "https://api.nuttyreading.com/"; //线上正式
baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川
// baseUrl = "https://api.nuttyreading.com/"; //线上正式
} else if (process.env.NODE_ENV === 'production') {
// baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川
baseUrl = "https://api.nuttyreading.com/"; //线上正式