Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -14,8 +14,8 @@ | ... | @@ -14,8 +14,8 @@ |
| 14 | "build_tar": "npm run build && npm run tar", | 14 | "build_tar": "npm run build && npm run tar", |
| 15 | "scp-dev": "scp dist.tar.gz ipadbiz-inner:/opt/space-dev/f/custom_form", | 15 | "scp-dev": "scp dist.tar.gz ipadbiz-inner:/opt/space-dev/f/custom_form", |
| 16 | "dec-dev": "ssh ipadbiz-inner 'cd /opt/space-dev/f/custom_form && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", | 16 | "dec-dev": "ssh ipadbiz-inner 'cd /opt/space-dev/f/custom_form && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", |
| 17 | - "scp-oa": "scp dist.tar.gz itomix@ipadbiz.cn:/opt/oa/f/custom_form", | 17 | + "scp-oa": "scp dist.tar.gz ipadbiz-inner:/opt/oa/f/custom_form", |
| 18 | - "dec-oa": "ssh itomix@ipadbiz.cn 'cd /opt/oa/f/custom_form && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", | 18 | + "dec-oa": "ssh ipadbiz-inner 'cd /opt/oa/f/custom_form && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", |
| 19 | "scp-mituo": "scp dist.tar.gz itomix@ipadbiz.cn:/opt/mituo/f/custom_form", | 19 | "scp-mituo": "scp dist.tar.gz itomix@ipadbiz.cn:/opt/mituo/f/custom_form", |
| 20 | "dec-mituo": "ssh itomix@ipadbiz.cn 'cd /opt/mituo/f/custom_form && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", | 20 | "dec-mituo": "ssh itomix@ipadbiz.cn 'cd /opt/mituo/f/custom_form && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", |
| 21 | "scp-guanzong": "scp dist.tar.gz itomix@ipadbiz.cn:/opt/guanzong/f/custom_form", | 21 | "scp-guanzong": "scp dist.tar.gz itomix@ipadbiz.cn:/opt/guanzong/f/custom_form", |
| ... | @@ -57,7 +57,7 @@ | ... | @@ -57,7 +57,7 @@ |
| 57 | "sha1": "^1.1.1", | 57 | "sha1": "^1.1.1", |
| 58 | "typescript": "^4.7.3", | 58 | "typescript": "^4.7.3", |
| 59 | "uuid": "^8.3.2", | 59 | "uuid": "^8.3.2", |
| 60 | - "vant": "^4.9.0", | 60 | + "vant": "^4.9.1", |
| 61 | "vconsole": "^3.14.6", | 61 | "vconsole": "^3.14.6", |
| 62 | "vite-plugin-dynamic-import": "^0.9.6", | 62 | "vite-plugin-dynamic-import": "^0.9.6", |
| 63 | "vite-plugin-mp": "^1.6.1", | 63 | "vite-plugin-mp": "^1.6.1", | ... | ... |
-
Please register or login to post a comment