feat: 修改学术传承分类和我的vip自动换行

调整VIP购买提示明确不包含论坛权益
优化用户信息页面布局样式
切换开发环境API至本地测试地址
This commit is contained in:
2026-03-24 18:48:03 +08:00
parent 1efcf2d675
commit d635ab5081
5 changed files with 9 additions and 1752 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/"; //线上正式