From 97784524ff6b07d6f5e634e0400c843cc1c7bc83 Mon Sep 17 00:00:00 2001 From: Seven Tsui <16225583+youyouliangshao@user.noreply.gitee.com> Date: Wed, 17 Sep 2025 14:12:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E7=BB=88=E8=A1=97=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F,=E8=AF=A6=E6=83=85=E9=A1=B5?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=82=B9=E5=87=BB=E4=BA=A4=E4=BA=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/dev.js | 2 +- config/prod.js | 2 +- project.private.config.json | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/dev.js b/config/dev.js index 08ebdcc..512223c 100644 --- a/config/dev.js +++ b/config/dev.js @@ -1,7 +1,7 @@ export default { env: { NODE_ENV: JSON.stringify('development'), - baseApiUrl: JSON.stringify('http://192.168.1.65:8880'), + baseApiUrl: JSON.stringify('http://82.156.121.2:8880'), name: JSON.stringify('test'), appId: JSON.stringify('wx87a5db19138da60d'), }, diff --git a/config/prod.js b/config/prod.js index 1fdcc09..11fa8c7 100644 --- a/config/prod.js +++ b/config/prod.js @@ -3,7 +3,7 @@ export default { env: { NODE_ENV: JSON.stringify('production'), - baseApiUrl: JSON.stringify('http://192.168.1.65:8880'), + baseApiUrl: JSON.stringify('http://82.156.121.2:8880'), name: JSON.stringify('production'), appId: JSON.stringify('wx87a5db19138da60d'), }, diff --git a/project.private.config.json b/project.private.config.json index 3bd48ec..53ec35c 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -24,15 +24,15 @@ "miniprogram": { "list": [ { - "name": "pages/courseIndex/index", - "pathName": "pages/courseIndex/index", - "query": "", + "name": "pages/index/index", + "pathName": "pages/index/index", + "query": "id=111", "scene": null, "launchMode": "default" }, { - "name": "pages/index/index", - "pathName": "pages/index/index", + "name": "pages/courseIndex/index", + "pathName": "pages/courseIndex/index", "query": "", "launchMode": "default", "scene": null