From d5434a55098499fc195fff001a2b9d781ad1a0a1 Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Sun, 21 Apr 2024 09:54:47 +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 --- .env.development | 4 +- .env.production | 4 +- src/config/config.ts | 4 +- .../projectOverview/centerTop.vue | 5 +- src/views/sevenLargeScreen/indexL copy.vue | 848 ++++++++++++++++++ 5 files changed, 858 insertions(+), 7 deletions(-) create mode 100644 src/views/sevenLargeScreen/indexL copy.vue diff --git a/.env.development b/.env.development index c8da159..04aa850 100644 --- a/.env.development +++ b/.env.development @@ -3,7 +3,7 @@ NODE_ENV = 'development' # 本地环境接口地址(/api/index.ts文件中使用) # 后端本地 -# VITE_API_URL = 'http://192.168.34.221:9111' +VITE_API_URL = 'http://192.168.34.221:9111' # VITE_API_URL = 'http://192.168.34.221:28888' # VITE_API_URL = 'http://121.196.214.246/api' # VITE_API_URL = 'http://jxj.zhgdyun.com:100' @@ -21,7 +21,7 @@ NODE_ENV = 'development' # 七参数标准版(测试平台) # VITE_API_URL = 'http://182.90.224.237:15551' # agjt -VITE_API_URL = 'http://47.93.215.234:9809' +# VITE_API_URL = 'http://47.93.215.234:9809' # VITE_API_URL = 'http://jxj.zhgdyun.com:19812' # 苏立信 # VITE_API_URL = 'http://101.43.164.214:11111' diff --git a/.env.production b/.env.production index d830490..c920908 100644 --- a/.env.production +++ b/.env.production @@ -21,9 +21,9 @@ NODE_ENV = "production" # 七参数标准版(测试平台) # VITE_API_URL = 'http://182.90.224.237:15551' # agjt -VITE_API_URL = 'http://47.93.215.234:9809' +# VITE_API_URL = 'http://47.93.215.234:9809' # 苏立信 -# VITE_API_URL = 'http://101.43.164.214:11111' +VITE_API_URL = 'http://101.43.164.214:11111' # 打包 VITE_ULD_API_URL = 'http://jxj.zhgdyun.com:8012/onlinePreview?url=' diff --git a/src/config/config.ts b/src/config/config.ts index 0ac3406..2420a90 100644 --- a/src/config/config.ts +++ b/src/config/config.ts @@ -25,8 +25,8 @@ export const BASE_IMAGE_URL = import.meta.env.VITE_BASE_IMAGE_URL; // 项目环境标识配置 部署时需更改对应的项目 // export const COMPANY: string = ""; //标准版 // export const COMPANY: string = "as"; //鞍山项目 -export const COMPANY: string = "agjt"; //鞍钢集团 -// export const COMPANY: string = "slx"; //苏立信项目 +// export const COMPANY: string = "agjt"; //鞍钢集团 +export const COMPANY: string = "slx"; //苏立信项目 // export const COMPANY: string = "hfqc"; //合肥启程项目 // export const COMPANY: string = "jsyc"; // 江苏盐城项目 // export const COMPANY: string = "syhy"; //沈阳合盈盘锦项目 (需要去src\routers\modules\staticRouter.ts更换首页) diff --git a/src/views/sevenLargeScreen/comprehensiveManage/projectOverview/centerTop.vue b/src/views/sevenLargeScreen/comprehensiveManage/projectOverview/centerTop.vue index 004020e..bef3f3b 100644 --- a/src/views/sevenLargeScreen/comprehensiveManage/projectOverview/centerTop.vue +++ b/src/views/sevenLargeScreen/comprehensiveManage/projectOverview/centerTop.vue @@ -125,7 +125,7 @@ let topText2 = ref([ ]); let topText = ref([ // { id: 1, title: "现场视频", isActive: true }, - { id: 2, title: "宣传视频", isActive: false }, + { id: 2, title: "宣传视频", isActive: true }, { id: 3, title: "效果图", isActive: false } ]); const getVideoList = async () => { @@ -292,6 +292,9 @@ defineExpose({ onMounted(async () => { await getVideoList(); getQueryBySnData(); + if(COMPANY != 'agjt'){ + showVideo.value = 2; + } }); diff --git a/src/views/sevenLargeScreen/indexL copy.vue b/src/views/sevenLargeScreen/indexL copy.vue new file mode 100644 index 0000000..d4fe750 --- /dev/null +++ b/src/views/sevenLargeScreen/indexL copy.vue @@ -0,0 +1,848 @@ + + + + + + +