Commit 9fd084b9 authored by zL's avatar zL

部分代码

parent 67826144
rm -rf demo
mv dist demo
tar -czf demo.tar demo
scp demo.tar root@124.70.129.56:/usr/share/nginx/html/demo.tar
rm -rf demo.tar
ssh root@124.70.129.56 'cd /usr/share/nginx/html && rm -rf demo && tar -xzf demo.tar && rm -rf demo.tar'
echo 'done. 👉 http://124.70.129.56/demo/(http://124.70.129.56:8994/)'
\ No newline at end of file
......@@ -21,7 +21,8 @@
"deploy:cs": "vue-cli-service build --mode cs_test_build && bash ./cs.sh",
"deploy:best": "vue-cli-service build --mode best_test_build && bash ./best.sh",
"deploy:dl": "vue-cli-service build --mode dl_test_build && bash ./dl.sh",
"deploy:hl": "vue-cli-service build --mode hl_test_build && bash ./hl.sh"
"deploy:hl": "vue-cli-service build --mode hl_test_build && bash ./hl.sh",
"deploy:demo": "vue-cli-service build --mode boe_prod_build && bash ./demo.sh"
},
"dependencies": {
"@types/js-md5": "^0.4.2",
......
......@@ -129,7 +129,6 @@ const configModules = {
"boe_test": {
CHAIN_BROWSER_URL_PREFIX: 'http://120.26.174.69:9032/',
INERFACE_URL_PREFIX: 'http://172.16.101.87:46789',
// INERFACE_URL_PREFIX: 'http://192.168.201.98:46789',
INDEX: {
entry: './src/entry/boe/main.ts',
template: './public/boe/index.html',
......@@ -139,8 +138,8 @@ const configModules = {
//
// boe>演示环境
"boe_prod": {
CHAIN_BROWSER_URL_PREFIX: 'http://121.196.194.47:7688/',
INERFACE_URL_PREFIX: 'http://121.196.194.47:7677/api',
CHAIN_BROWSER_URL_PREFIX: 'http://120.26.174.69:9032:8995/',
INERFACE_URL_PREFIX: 'http://124.70.129.56:46789',
INDEX: {
entry: './src/entry/boe/main.ts',
template: './public/boe/index.html',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment