From b0c63d3faa74c3bb18c2ad80b0df0171539324aa Mon Sep 17 00:00:00 2001 From: chenghuan Date: Fri, 27 Mar 2026 09:44:14 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20edu-core=20?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E8=87=B3=20v1.0.11=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=AA=E4=BA=BA=E8=B5=84=E4=BA=A7=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E7=9B=B8=E5=86=8C=E6=9D=83=E9=99=90=E5=85=BC=E5=AE=B9=E6=80=A7?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 edu-core 依赖版本更新至 v1.0.11 - 修改开发环境 baseUrl 配置,确保使用线上正式环境 --- config/baseUrl.js | 4 ++-- package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/baseUrl.js b/config/baseUrl.js index f725c58..46bddf3 100644 --- a/config/baseUrl.js +++ b/config/baseUrl.js @@ -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/"; //线上正式 diff --git a/package-lock.json b/package-lock.json index 8b89baa..57c1029 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.9", + "edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.11", "jquery": "^3.7.1", "tcplayer.js": "^5.1.0" }, @@ -18,7 +18,7 @@ } }, "../edu-core": { - "version": "1.0.8", + "version": "1.0.11", "extraneous": true, "license": "ISC", "devDependencies": {} @@ -74,8 +74,8 @@ "integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==" }, "node_modules/edu-core": { - "version": "1.0.8", - "resolved": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#f815e7660e0645ca4393205b30986c4bc7aa4d9f", + "version": "1.0.11", + "resolved": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#ab1ab588d292638fcf883bcc61ef370eb838c2d8", "license": "ISC" }, "node_modules/es5-shim": { diff --git a/package.json b/package.json index 216f897..42d532f 100644 --- a/package.json +++ b/package.json @@ -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.9", + "edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.11", "jquery": "^3.7.1", "tcplayer.js": "^5.1.0" },