chore: 更新版本号、依赖项并切换开发环境API地址

- 将应用版本从 1.0.52 提升至 1.0.53
- 将 edu-core 依赖从 v1.0.4 升级至 v1.0.5
- 将开发环境 API 地址从本地测试服务器切换至线上正式环境
This commit is contained in:
2026-02-11 14:41:52 +08:00
parent f92990e550
commit 91decda774
4 changed files with 10 additions and 10 deletions

View File

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

View File

@@ -13,8 +13,8 @@
"src" : "图片路径" "src" : "图片路径"
} }
], ],
"versionName" : "1.0.52", "versionName" : "1.0.53",
"versionCode" : 1052, "versionCode" : 1053,
"app-plus" : { "app-plus" : {
"nvueCompiler" : "weex", "nvueCompiler" : "weex",
"compatible" : { "compatible" : {

10
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "3.4.5", "version": "3.4.5",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.4", "edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.5",
"jquery": "^3.7.1", "jquery": "^3.7.1",
"tcplayer.js": "^5.1.0" "tcplayer.js": "^5.1.0"
}, },
@@ -68,8 +68,8 @@
"integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==" "integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w=="
}, },
"node_modules/edu-core": { "node_modules/edu-core": {
"version": "1.0.4", "version": "1.0.5",
"resolved": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#4c6637f9492eafb543868ba424804330dafd2d27", "resolved": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#4afd7e952360cf9d401a813fed9ce9e011e8fa76",
"license": "ISC" "license": "ISC"
}, },
"node_modules/es5-shim": { "node_modules/es5-shim": {
@@ -393,8 +393,8 @@
"integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==" "integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w=="
}, },
"edu-core": { "edu-core": {
"version": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#4c6637f9492eafb543868ba424804330dafd2d27", "version": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#4afd7e952360cf9d401a813fed9ce9e011e8fa76",
"from": "edu-core@git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.4" "from": "edu-core@git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.5"
}, },
"es5-shim": { "es5-shim": {
"version": "4.6.7", "version": "4.6.7",

View File

@@ -21,7 +21,7 @@
}, },
"homepage": "https://github.com/dcloudio/hello-uniapp#readme", "homepage": "https://github.com/dcloudio/hello-uniapp#readme",
"dependencies": { "dependencies": {
"edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.4", "edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.5",
"jquery": "^3.7.1", "jquery": "^3.7.1",
"tcplayer.js": "^5.1.0" "tcplayer.js": "^5.1.0"
}, },