From 17b57b67ab55e734749c1ca2c224ac31485ab1ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kaizheng=28=E9=83=91=E5=87=AF=29?= Date: Wed, 26 Feb 2025 16:08:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- public/static/js/config.js | 2 +- .../liveBroadcast/list/components/batchCreate.vue | 9 +-------- src/views/liveBroadcast/list/components/create.vue | 5 ----- src/views/liveBroadcast/liveDetail/index.vue | 13 +------------ .../liveBroadcast/manage/components/detail.vue | 12 ++---------- .../liveBroadcast/manage/components/marketing.vue | 12 +----------- 7 files changed, 8 insertions(+), 48 deletions(-) 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 @@