diff --git a/package.json b/package.json index cb97766..ba82888 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "private": true, "scripts": { "serve": "vue-cli-service serve", - "build": "vue-cli-service build" + "build": "vue-cli-service build", + "deploy:prod": "npm run build && scp -r ./dist/* vpsDcminer:/data/wwwroot/netdisk" }, "dependencies": { "@antv/l7": "^2.15.5", diff --git a/public/index.html b/public/index.html index 7b5e556..c1fa9d6 100644 --- a/public/index.html +++ b/public/index.html @@ -5,9 +5,9 @@ + content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=yes"> - Titan Storage + BUZZ Netdisk diff --git a/src/App.vue b/src/App.vue index d949e02..6fb9ae5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -40,6 +40,12 @@ export default { };