diff --git a/lib/app.ts b/lib/app.ts index 7f48ba4..07e62bb 100644 --- a/lib/app.ts +++ b/lib/app.ts @@ -22,7 +22,7 @@ export const launchApp = () => { param += `&orderNo=${Search.getDefault('orderNo', '')}`; } - if (type === '1015') { + if (type === '1015' || type === '1022') { param += `&carNo=${Search.getDefault('carNo', '')}`; } diff --git a/scripts/publish.sh b/scripts/publish.sh index 6225334..ae1d067 100644 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -1,8 +1,8 @@ #!/bin/bash echo 'publish with proxy:' -git config --global http.https://github.com.proxy http://127.0.0.1:10080 -git config --global https.https://github.com.proxy https://127.0.0.1:10080 +# git config --global http.https://github.com.proxy http://127.0.0.1:10080 +# git config --global https.https://github.com.proxy https://127.0.0.1:10080 yarn np -git config --global --unset http.https://github.com.proxy -git config --global --unset https.https://github.com.proxy +# git config --global --unset http.https://github.com.proxy +# git config --global --unset https.https://github.com.proxy