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" },