feat: 首页添加弹幕提醒

This commit is contained in:
2024-04-26 14:57:47 +08:00
parent d35fab34e3
commit c30fba1ec2
4 changed files with 58 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
// isdev 为 true 表示开发环境 false 表示发布环境
const isdev = true;
const isdev = false;
const baseUrl = isdev ? 'https://367a21fd.r12.cpolar.top' : 'https://api.jimingyiliao.com';// 办公室接口 & 测试环境
// const baseUrl = isdev ? 'https://api.jimingyiliao.com' : 'http://eb467b6.r19.cpolar.top';// 办公室接口 & 测试环境
// const baseUrl = isdev ? 'http://707788f2.r1.cpolar.top' : 'http://eb467b6.r19.cpolar.top';// 办公室接口 & 测试环境