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

- 将 edu-core 依赖从 v1.0.4 升级至 v1.0.5
- 应用版本号从 1.0.45 (1045) 提升至 1.0.46 (1046)
- 开发环境 API 地址从本地测试服务器切换至线上正式环境
This commit is contained in:
2026-02-11 14:42:37 +08:00
parent e9d964736d
commit 3d4a079524
4 changed files with 8 additions and 8 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/"; //线上正式

View File

@@ -2,9 +2,9 @@
"name" : "心灵空间",
"appid" : "__UNI__BBBDFD2",
"description" : "心灵空间",
"versionName" : "1.0.45",
"versionName" : "1.0.46",
"sassImplementationName" : "node-sass",
"versionCode" : 1045,
"versionCode" : 1046,
"transformPx" : false,
/* 5+App */
"app-plus" : {

6
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "MIT",
"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",
"tcplayer.js": "^5.1.0"
},
@@ -68,8 +68,8 @@
"integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w=="
},
"node_modules/edu-core": {
"version": "1.0.4",
"resolved": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#4c6637f9492eafb543868ba424804330dafd2d27",
"version": "1.0.5",
"resolved": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#4afd7e952360cf9d401a813fed9ce9e011e8fa76",
"license": "ISC"
},
"node_modules/es5-shim": {

View File

@@ -14,7 +14,7 @@
},
"homepage": "https://github.com/dcloudio/hello-uniapp#readme",
"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",
"tcplayer.js": "^5.1.0"
},