Showing
4 changed files
with
35 additions
and
29 deletions
| ... | @@ -8,7 +8,7 @@ VITE_PROXY_TARGET = https://oa.onwall.cn | ... | @@ -8,7 +8,7 @@ VITE_PROXY_TARGET = https://oa.onwall.cn |
| 8 | VITE_PROXY_PREFIX = /srv/ | 8 | VITE_PROXY_PREFIX = /srv/ |
| 9 | 9 | ||
| 10 | # 打包输出文件夹名称 | 10 | # 打包输出文件夹名称 |
| 11 | -VITE_OUTDIR = sku_request | 11 | +VITE_OUTDIR = web |
| 12 | 12 | ||
| 13 | # 是否开启调试 | 13 | # 是否开启调试 |
| 14 | VITE_CONSOLE = 0 | 14 | VITE_CONSOLE = 0 | ... | ... |
| 1 | ### | 1 | ### |
| 2 | # @Date: 2024-07-23 10:29:03 | 2 | # @Date: 2024-07-23 10:29:03 |
| 3 | # @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | # @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - # @LastEditTime: 2024-07-26 18:06:52 | 4 | + # @LastEditTime: 2024-09-12 13:51:03 |
| 5 | - # @FilePath: /temple_material_request/.env.production | 5 | + # @FilePath: /custom_table/.env.production |
| 6 | # @Description: 文件描述 | 6 | # @Description: 文件描述 |
| 7 | ### | 7 | ### |
| 8 | # 资源公共路径 | 8 | # 资源公共路径 |
| 9 | -VITE_BASE = /f/main/sku_request/ | 9 | +VITE_BASE = /f/custom_table/web/ |
| 10 | 10 | ||
| 11 | # 测试open-id | 11 | # 测试open-id |
| 12 | VITE_APP_OPENID = | 12 | VITE_APP_OPENID = | ... | ... |
| ... | @@ -10,29 +10,35 @@ | ... | @@ -10,29 +10,35 @@ |
| 10 | "build-ts": "vue-tsc --noEmit && vite build", | 10 | "build-ts": "vue-tsc --noEmit && vite build", |
| 11 | "serve": "vite preview", | 11 | "serve": "vite preview", |
| 12 | "cypress:open": "cypress open", | 12 | "cypress:open": "cypress open", |
| 13 | - "tar": "tar -czvpf dist.tar.gz sku_request", | 13 | + "tar": "tar -czvpf dist.tar.gz web", |
| 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/main", | 15 | + "scp-dev": "scp dist.tar.gz ipadbiz-inner:/opt/space-dev/f/custom_table", |
| 16 | - "dec-dev": "ssh ipadbiz-inner 'cd /opt/space-dev/f/main && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", | 16 | + "dec-dev": "ssh ipadbiz-inner 'cd /opt/space-dev/f/custom_table && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", |
| 17 | - "scp-oa": "scp dist.tar.gz ipadbiz-inner:/opt/oa/f/main", | 17 | + "scp-oa": "scp dist.tar.gz ipadbiz-inner:/opt/oa/f/custom_table", |
| 18 | - "dec-oa": "ssh ipadbiz-inner 'cd /opt/oa/f/main && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", | 18 | + "dec-oa": "ssh ipadbiz-inner 'cd /opt/oa/f/custom_table && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", |
| 19 | - "scp-mituo": "scp dist.tar.gz itomix@ipadbiz.cn:/opt/mituo/f/main", | 19 | + "scp-mituo": "scp dist.tar.gz ipadbiz-inner:/opt/mituo/f/custom_table", |
| 20 | - "dec-mituo": "ssh itomix@ipadbiz.cn 'cd /opt/mituo/f/main && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", | 20 | + "dec-mituo": "ssh ipadbiz-inner 'cd /opt/mituo/f/custom_table && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", |
| 21 | - "scp-guanzong": "scp dist.tar.gz itomix@ipadbiz.cn:/opt/guanzong/f/main", | 21 | + "scp-guanzong": "scp dist.tar.gz ipadbiz-inner:/opt/guanzong/f/custom_table", |
| 22 | - "dec-guanzong": "ssh itomix@ipadbiz.cn 'cd /opt/guanzong/f/main && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", | 22 | + "dec-guanzong": "ssh ipadbiz-inner 'cd /opt/guanzong/f/custom_table && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", |
| 23 | - "scp-xys": "scp -P 12101 dist.tar.gz zhsy@oa.jcedu.org:/home/www/f/main", | 23 | + "scp-baorong": "scp dist.tar.gz ipadbiz-inner:/opt/baorong/f/custom_table", |
| 24 | - "dec-xys": "ssh -p 12101 zhsy@oa.jcedu.org 'cd /home/www/f/main && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", | 24 | + "dec-baorong": "ssh ipadbiz-inner 'cd /opt/baorong/f/custom_table && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", |
| 25 | - "scp-zentea": "scp dist.tar.gz zentea@anxinchashi.com:/data/www/zentea/f/main", | 25 | + "scp-taishan": "scp dist.tar.gz ipadbiz-inner:/opt/taishan/f/custom_table", |
| 26 | - "dec-zentea": "ssh zentea@anxinchashi.com 'cd /data/www/zentea/f/main && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", | 26 | + "dec-taishan": "ssh ipadbiz-inner 'cd /opt/taishan/f/custom_table && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", |
| 27 | + "scp-xys": "scp -P 12101 dist.tar.gz zhsy@oa.jcedu.org:/home/www/f/custom_table", | ||
| 28 | + "dec-xys": "ssh -p 12101 zhsy@oa.jcedu.org 'cd /home/www/f/custom_table && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", | ||
| 29 | + "scp-zentea": "scp dist.tar.gz zentea@anxinchashi.com:/data/www/zentea/f/custom_table", | ||
| 30 | + "dec-zentea": "ssh zentea@anxinchashi.com 'cd /data/www/zentea/f/custom_table && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", | ||
| 27 | "remove_tar": "rm -rf dist.tar.gz", | 31 | "remove_tar": "rm -rf dist.tar.gz", |
| 28 | - "remove_dist": "rm -rf sku_request", | 32 | + "remove_dist": "rm -rf web", |
| 29 | "dev_upload": "npm run build_tar && npm run scp-dev && npm run dec-dev && npm run remove_tar && npm run remove_dist", | 33 | "dev_upload": "npm run build_tar && npm run scp-dev && npm run dec-dev && npm run remove_tar && npm run remove_dist", |
| 30 | "oa_upload": "npm run build_tar && npm run scp-oa && npm run dec-oa && npm run remove_tar", | 34 | "oa_upload": "npm run build_tar && npm run scp-oa && npm run dec-oa && npm run remove_tar", |
| 31 | "mituo_upload": "npm run build_tar && npm run scp-mituo && npm run dec-mituo && npm run remove_tar", | 35 | "mituo_upload": "npm run build_tar && npm run scp-mituo && npm run dec-mituo && npm run remove_tar", |
| 32 | "guanzong_upload": "npm run build_tar && npm run scp-guanzong && npm run dec-guanzong && npm run remove_tar", | 36 | "guanzong_upload": "npm run build_tar && npm run scp-guanzong && npm run dec-guanzong && npm run remove_tar", |
| 37 | + "baorong_upload": "npm run build_tar && npm run scp-baorong && npm run dec-baorong && npm run remove_tar", | ||
| 38 | + "taishan_upload": "npm run build_tar && npm run scp-taishan && npm run dec-taishan && npm run remove_tar", | ||
| 33 | "xys_upload": "npm run build_tar && npm run scp-xys && npm run dec-xys && npm run remove_tar", | 39 | "xys_upload": "npm run build_tar && npm run scp-xys && npm run dec-xys && npm run remove_tar", |
| 34 | "zentea_upload": "npm run build_tar && npm run scp-zentea && npm run dec-zentea && npm run remove_tar", | 40 | "zentea_upload": "npm run build_tar && npm run scp-zentea && npm run dec-zentea && npm run remove_tar", |
| 35 | - "all_upload": "npm run dev_upload && npm run oa_upload" | 41 | + "all_upload": "npm run dev_upload && npm run oa_upload && npm run mituo_upload && npm run guanzong_upload && npm run baorong_upload && npm run taishan_upload" |
| 36 | }, | 42 | }, |
| 37 | "dependencies": { | 43 | "dependencies": { |
| 38 | "@dedisuryadi/json-form-data": "^0.1.1", | 44 | "@dedisuryadi/json-form-data": "^0.1.1", |
| ... | @@ -61,7 +67,7 @@ | ... | @@ -61,7 +67,7 @@ |
| 61 | "tinymce": "5.10.9", | 67 | "tinymce": "5.10.9", |
| 62 | "typescript": "^4.7.3", | 68 | "typescript": "^4.7.3", |
| 63 | "uuid": "^8.3.2", | 69 | "uuid": "^8.3.2", |
| 64 | - "vant": "^4.9.1", | 70 | + "vant": "^4.9.5", |
| 65 | "vconsole": "^3.14.6", | 71 | "vconsole": "^3.14.6", |
| 66 | "vite-plugin-dynamic-import": "^0.9.6", | 72 | "vite-plugin-dynamic-import": "^0.9.6", |
| 67 | "vite-plugin-mp": "^1.6.1", | 73 | "vite-plugin-mp": "^1.6.1", | ... | ... |
| ... | @@ -732,10 +732,10 @@ | ... | @@ -732,10 +732,10 @@ |
| 732 | resolved "https://mirrors.cloud.tencent.com/npm/@vue%2fshared/-/shared-3.2.38.tgz" | 732 | resolved "https://mirrors.cloud.tencent.com/npm/@vue%2fshared/-/shared-3.2.38.tgz" |
| 733 | integrity sha512-dTyhTIRmGXBjxJE+skC8tTWCGLCVc4wQgRRLt8+O9p5ewBAjoBwtCAkLPrtToSr1xltoe3st21Pv953aOZ7alg== | 733 | integrity sha512-dTyhTIRmGXBjxJE+skC8tTWCGLCVc4wQgRRLt8+O9p5ewBAjoBwtCAkLPrtToSr1xltoe3st21Pv953aOZ7alg== |
| 734 | 734 | ||
| 735 | -"@vue/shared@^3.4.27": | 735 | +"@vue/shared@^3.4.33": |
| 736 | - version "3.4.29" | 736 | + version "3.5.4" |
| 737 | - resolved "https://mirrors.cloud.tencent.com/npm/@vue/shared/-/shared-3.4.29.tgz" | 737 | + resolved "https://mirrors.cloud.tencent.com/npm/@vue/shared/-/shared-3.5.4.tgz#d4768ddf13aded2774162298a3b5658cc999e1ee" |
| 738 | - integrity sha512-hQ2gAQcBO/CDpC82DCrinJNgOHI2v+FA7BDW4lMSPeBpQ7sRe2OLHWe5cph1s7D8DUQAwRt18dBDfJJ220APEA== | 738 | + integrity sha512-L2MCDD8l7yC62Te5UUyPVpmexhL9ipVnYRw9CsWfm/BGRL5FwDX4a25bcJ/OJSD3+Hx+k/a8LDKcG2AFdJV3BA== |
| 739 | 739 | ||
| 740 | "@vueuse/core@^11.0.3": | 740 | "@vueuse/core@^11.0.3": |
| 741 | version "11.0.3" | 741 | version "11.0.3" |
| ... | @@ -3859,14 +3859,14 @@ uuid@^8.3.2: | ... | @@ -3859,14 +3859,14 @@ uuid@^8.3.2: |
| 3859 | resolved "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz" | 3859 | resolved "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz" |
| 3860 | integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== | 3860 | integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== |
| 3861 | 3861 | ||
| 3862 | -vant@^4.9.1: | 3862 | +vant@^4.9.5: |
| 3863 | - version "4.9.1" | 3863 | + version "4.9.5" |
| 3864 | - resolved "https://mirrors.cloud.tencent.com/npm/vant/-/vant-4.9.1.tgz" | 3864 | + resolved "https://mirrors.cloud.tencent.com/npm/vant/-/vant-4.9.5.tgz#7cf29635922bfa674a09bee4f8b97c4fd408c1a3" |
| 3865 | - integrity sha512-p7iAKJyACYVwrmrkf3COmbuvzjHrFJ+FAmlyOWbxTS2ovkRs+tNKYjX2iibAl4XnHXBQD+qpX0ogUqE3jE7Isg== | 3865 | + integrity sha512-9w9Ygv2jRPYPhqzi3Ci1V54JiO06TSMqZEVt41X2H+hO2cy1cgUJik5+/hhW2wdKMtjWqACFzyLs8NOGzBNpmw== |
| 3866 | dependencies: | 3866 | dependencies: |
| 3867 | "@vant/popperjs" "^1.3.0" | 3867 | "@vant/popperjs" "^1.3.0" |
| 3868 | "@vant/use" "^1.6.0" | 3868 | "@vant/use" "^1.6.0" |
| 3869 | - "@vue/shared" "^3.4.27" | 3869 | + "@vue/shared" "^3.4.33" |
| 3870 | 3870 | ||
| 3871 | vconsole@^3.14.6: | 3871 | vconsole@^3.14.6: |
| 3872 | version "3.14.6" | 3872 | version "3.14.6" | ... | ... |
-
Please register or login to post a comment