diff --git a/.env.development b/.env.development index 38c59d9..9e2ebd0 100644 --- a/.env.development +++ b/.env.development @@ -43,6 +43,8 @@ VITE_API_URL = 'http://101.43.164.214:11111' # 四川网诚 # VITE_API_URL = 'http://jxj.zhgdyun.com:100' # VITE_API_URL = 'http://jxj.zhgdyun.com:34568' +# 新能源智慧基建管理平台|中新建电力集团(外网) +VITE_API_URL = 'http://117.146.73.156:9820' # 九柱集团 # VITE_API_URL = 'http://218.95.151.122:31004' # 包头化工 diff --git a/.env.production b/.env.production index a27d239..9892a5d 100644 --- a/.env.production +++ b/.env.production @@ -47,7 +47,7 @@ VITE_API_URL = 'http://101.43.164.214:11111' # 新能源智慧基建管理平台|中新建电力集团(内网) # VITE_API_URL = 'http://10.30.102.4:9820' # 新能源智慧基建管理平台|中新建电力集团(外网) -# VITE_API_URL = 'http://117.146.73.156:9820' +VITE_API_URL = 'http://117.146.73.156:9820' # 国维科技 # VITE_API_URL = 'http://10.216.103.99:9820' # 新能源智慧基建管理平台 diff --git a/src/config/config.ts b/src/config/config.ts index 9a0ce76..3770105 100644 --- a/src/config/config.ts +++ b/src/config/config.ts @@ -53,7 +53,7 @@ export const COMPANY: string = "zsbf"; //中水北方 // export const COMPANY: string = "jzjt"; //九柱集团 // export const COMPANY: string = "whzt"; //武汉中铁 // export const COMPANY: string = "ztsyj"; // 中铁十一局 -// export const COMPANY: string = "xnyzhjj"; // 新能源智慧基建管理平台|中新建 +export const COMPANY: string = "xnyzhjj"; // 新能源智慧基建管理平台|中新建 // export const COMPANY: string = "gwkj"; // 国维科技 // export const COMPANY: string = "allxm"; // 安立路项目 // export const COMPANY: string = "hbla"; // 湖北龙澳 diff --git a/src/routers/modules/staticRouter.ts b/src/routers/modules/staticRouter.ts index 63d732f..fa1e3a3 100644 --- a/src/routers/modules/staticRouter.ts +++ b/src/routers/modules/staticRouter.ts @@ -24,8 +24,8 @@ export const staticRouter: RouteRecordRaw[] = [ { path: "/large", name: "大屏", - component: () => import("@/views/sevenLargeScreen/indexL.vue"), //七参数标准版 - // component: () => import("@/views/commandScreen/indexCommand.vue"), //指挥部大屏 + // component: () => import("@/views/sevenLargeScreen/indexL.vue"), //七参数标准版 + component: () => import("@/views/commandScreen/indexCommand.vue"), //指挥部大屏 // component: () => import("@/views/agjtLiveScreen/indexLive.vue"), //鞍钢现场大屏 // component: () => import("@/views/overviewScreen/indexCommand.vue"), //总览大屏 // component: () => import("@/views/locationLive/locationL.vue"), //人员定位大屏 diff --git a/src/views/commandScreen/indexCommand.vue b/src/views/commandScreen/indexCommand.vue index fc524ca..f1f08f8 100644 --- a/src/views/commandScreen/indexCommand.vue +++ b/src/views/commandScreen/indexCommand.vue @@ -25,10 +25,10 @@
{{ adminName }}
- +
退出登录
@@ -45,10 +45,10 @@