File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export const launchApp = () => {
22
22
param += `&orderNo=${ Search . getDefault ( 'orderNo' , '' ) } ` ;
23
23
}
24
24
25
- if ( type === '1015' ) {
25
+ if ( type === '1015' || type === '1022' ) {
26
26
param += `&carNo=${ Search . getDefault ( 'carNo' , '' ) } ` ;
27
27
}
28
28
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
echo ' publish with proxy:'
4
- git config --global http.https://github.com.proxy http://127.0.0.1:10080
5
- git config --global https.https://github.com.proxy https://127.0.0.1:10080
4
+ # git config --global http.https://github.com.proxy http://127.0.0.1:10080
5
+ # git config --global https.https://github.com.proxy https://127.0.0.1:10080
6
6
yarn np
7
- git config --global --unset http.https://github.com.proxy
8
- git config --global --unset https.https://github.com.proxy
7
+ # git config --global --unset http.https://github.com.proxy
8
+ # git config --global --unset https.https://github.com.proxy
You can’t perform that action at this time.
0 commit comments