diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..43bf153 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,28 @@ +{ + // 使用 IntelliSense 了解相关属性。 + // 悬停以查看现有属性的描述。 + // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "node", + "request": "launch", + "name": "user-api", + "skipFiles": [ + "/**" + ], + "cwd": "${workspaceFolder}\\api\\user\\", + "program": "${workspaceFolder}\\api\\user\\index.js" + }, + { + "type": "node", + "request": "launch", + "name": "health-api", + "skipFiles": [ + "/**" + ], + "cwd": "${workspaceFolder}\\api\\health\\", + "program": "${workspaceFolder}\\api\\health\\index.js" + } + ] +} \ No newline at end of file diff --git a/api/health b/api/health index 068cd2d..344b1d7 160000 --- a/api/health +++ b/api/health @@ -1 +1 @@ -Subproject commit 068cd2dc509110faaf150cb282e581ad0c595880 +Subproject commit 344b1d7332195ea2d30a6d71b19f15f21ed4b365 diff --git a/api/user b/api/user index fba44ca..70307d4 160000 --- a/api/user +++ b/api/user @@ -1 +1 @@ -Subproject commit fba44ca0151d7811ab132250b941fd0bf5fbaa1d +Subproject commit 70307d4eb89d6735df7233cccbfb324c7b123726 diff --git a/ui/wxapp_escort b/ui/wxapp_escort index 2828c28..3bbf4b0 160000 --- a/ui/wxapp_escort +++ b/ui/wxapp_escort @@ -1 +1 @@ -Subproject commit 2828c28a233454df7854bce1cd7cc812dec3eca0 +Subproject commit 3bbf4b044905bd3fe71d6561da8beaba1f0df647 diff --git a/ui/wxapp_escort_admin b/ui/wxapp_escort_admin index 010cf16..f8f7afc 160000 --- a/ui/wxapp_escort_admin +++ b/ui/wxapp_escort_admin @@ -1 +1 @@ -Subproject commit 010cf160a024c233fd0b4d7529a86bfb189a0fc2 +Subproject commit f8f7afceb8bc2d2c21031e44ba08cd83a49b6783