diff --git a/package.json b/package.json index 505d396..9ffa71d 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "license": "Apache-2.0", "scripts": { "dev": "vue-cli-service serve", - "build:prod": "vue-cli-service build && sh ./build/deploy.sh", + "build:test": "vue-cli-service build && sh ./build/deploy.sh", + "build:prod": "sh ./build/deploy_prod.sh", "build:stage": "vue-cli-service build --mode staging", "preview": "node build/index.js --preview", "lint": "eslint --ext .js,.vue src", diff --git a/public/static/js/config.js b/public/static/js/config.js index a8ea145..f8ebe09 100644 --- a/public/static/js/config.js +++ b/public/static/js/config.js @@ -1,5 +1,5 @@ window.config = { qwUserPhotoUrl: "", webAuthUrl: "", // 登录跳转地址 - openPortraitScreen: true // 创建直播的时候是否允许创建竖屏 + openPortraitScreen: false // 创建直播的时候是否允许创建竖屏 }; diff --git a/src/views/liveBroadcast/list/components/batchCreate.vue b/src/views/liveBroadcast/list/components/batchCreate.vue index 425efc2..77a2007 100644 --- a/src/views/liveBroadcast/list/components/batchCreate.vue +++ b/src/views/liveBroadcast/list/components/batchCreate.vue @@ -1,5 +1,5 @@