chore: 小班作业心得思考题等编辑框提示修改
- 将应用版本从2.0.46提升至2.0.47 - 更新edu-core依赖版本至1.0.10 - 在manifest.json中新增读取外部存储和媒体图片的权限 - 修改多个页面的文本提示以提高用户体验
This commit is contained in:
@@ -3,8 +3,8 @@ let socketUrl = "";
|
||||
if (process.env.NODE_ENV === 'development') {
|
||||
// 开发环境
|
||||
// baseUrl = "https://testapi.nuttyreading.com/"; // 线上测试
|
||||
// baseUrl = "https://api.nuttyreading.com/"; //线上正式'
|
||||
baseUrl = "http://192.168.110.100:9200/pb/"; //张川川
|
||||
baseUrl = "https://api.nuttyreading.com/"; //线上正式'
|
||||
// baseUrl = "http://192.168.110.100:9200/pb/"; //张川川
|
||||
} else if (process.env.NODE_ENV === 'production') {
|
||||
// 生产环境11
|
||||
baseUrl = "https://api.nuttyreading.com/"; //线上正式
|
||||
|
||||
Reference in New Issue
Block a user