From 7b933c75f8d7f2a5098d3e2380905d71fedd0ae3 Mon Sep 17 00:00:00 2001 From: Vce Date: Thu, 20 Jun 2024 00:37:29 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E7=8E=B0=E5=9C=BA=E5=A4=A7?= =?UTF-8?q?=E5=B1=8F=E6=89=80=E6=9C=89=E6=8E=A5=E5=8F=A3=E6=9A=82=E6=97=B6?= =?UTF-8?q?=E5=86=99=E6=AD=BBprojectSn=EF=BC=8C=E9=83=A8=E7=BD=B2=E6=97=B6?= =?UTF-8?q?=E9=9C=80=E6=A0=B9=E6=8D=AE=E7=8E=AF=E5=A2=83=E6=9D=A5=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E7=9B=B8=E5=BA=94=E7=9A=84projectSn=EF=BC=8C=E5=B7=B2?= =?UTF-8?q?=E5=9C=A8=E5=88=87=E6=8D=A2=E7=8E=AF=E5=A2=83=E7=9A=84=E5=9C=B0?= =?UTF-8?q?=E6=96=B9=E5=81=9A=E5=A5=BD=E6=B3=A8=E9=87=8A=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/config.ts | 2 +- src/routers/modules/staticRouter.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/config.ts b/src/config/config.ts index 7fdbcd2..f4532ba 100644 --- a/src/config/config.ts +++ b/src/config/config.ts @@ -28,7 +28,7 @@ export const BASE_IMAGE_URL = import.meta.env.VITE_BASE_IMAGE_URL; // export const COMPANY: string = "zsbf"; //中水北方 // export const COMPANY: string = "as"; //鞍山项目 // export const COMPANY: string = "agjt"; //鞍钢集团 -export const COMPANY: string = "agjtLive"; //鞍钢集团现场大屏 +export const COMPANY: string = "agjtLive"; //鞍钢集团现场大屏 现场大屏所有接口暂时写死projectSn,部署时需根据环境来切换相应的projectSn // export const COMPANY: string = "agjtCommand"; //鞍钢集团指挥部大屏 // export const COMPANY: string = "agjtProjectKanban"; //鞍钢集团项目看板大屏 // export const COMPANY: string = "agjtOverviewScreen"; //鞍钢集团项目总览 diff --git a/src/routers/modules/staticRouter.ts b/src/routers/modules/staticRouter.ts index 1ac7204..72868c2 100644 --- a/src/routers/modules/staticRouter.ts +++ b/src/routers/modules/staticRouter.ts @@ -26,7 +26,7 @@ export const staticRouter: RouteRecordRaw[] = [ name: "大屏", // component: () => import("@/views/sevenLargeScreen/indexL.vue"), //七参数标准版 // component: () => import("@/views/commandScreen/indexCommand.vue"), //指挥部大屏 - component: () => import("@/views/agjtLiveScreen/indexLive.vue"), //鞍钢现场大屏 + component: () => import("@/views/agjtLiveScreen/indexLive.vue"), //鞍钢现场大屏 现场大屏所有接口暂时写死projectSn,部署时需根据环境来切换相应的projectSn // component: () => import("@/views/overviewScreen/indexCommand.vue"), //总览大屏 // component: () => import("@/views/agjtProjectKanban/indexL.vue"), //鞍钢集团项目看板大屏 // component: () => import("@/views/sevenLargeScreen/indexL_syhy.vue"), // 只有一级路由(盘锦、嘉兴、鄱湖美湾医疗项目需切换至该首页)