prv
parent
507e653cce
commit
fada84581c
|
@ -1,10 +1,10 @@
|
||||||
# 页面标题
|
# 页面标题
|
||||||
VUE_APP_TITLE = 北跨泾河-产发工程数字管理平台
|
VUE_APP_TITLE = 产发工程数字管理平台
|
||||||
|
|
||||||
# 开发环境配置
|
# 开发环境配置
|
||||||
ENV = 'development'
|
ENV = 'development'
|
||||||
|
|
||||||
# 北跨泾河-产发工程数字管理平台/开发环境
|
# 产发工程数字管理平台/开发环境
|
||||||
VUE_APP_BASE_API = '/jhapi'
|
VUE_APP_BASE_API = '/jhapi'
|
||||||
|
|
||||||
# 路由懒加载
|
# 路由懒加载
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# 页面标题
|
# 页面标题
|
||||||
VUE_APP_TITLE = 北跨泾河-产发工程数字管理平台
|
VUE_APP_TITLE = 产发工程数字管理平台
|
||||||
|
|
||||||
# 生产环境配置
|
# 生产环境配置
|
||||||
ENV = 'production'
|
ENV = 'production'
|
||||||
|
|
||||||
# 北跨泾河-产发工程数字管理平台/生产环境
|
# 产发工程数字管理平台/生产环境
|
||||||
VUE_APP_BASE_API = '/jhapi'
|
VUE_APP_BASE_API = '/jhapi'
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# 页面标题
|
# 页面标题
|
||||||
VUE_APP_TITLE = 北跨泾河-产发工程数字管理平台
|
VUE_APP_TITLE = 产发工程数字管理平台
|
||||||
|
|
||||||
NODE_ENV = production
|
NODE_ENV = production
|
||||||
|
|
||||||
# 测试环境配置
|
# 测试环境配置
|
||||||
ENV = 'staging'
|
ENV = 'staging'
|
||||||
|
|
||||||
# 北跨泾河-产发工程数字管理平台/测试环境
|
# 产发工程数字管理平台/测试环境
|
||||||
VUE_APP_BASE_API = '/stage-api'
|
VUE_APP_BASE_API = '/stage-api'
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||||
<title>北跨泾河-产发工程数字管理平台-大屏</title>
|
<title>产发工程数字管理平台-大屏</title>
|
||||||
<link rel="stylesheet" href="/cdn/element-ui/lib/theme-chalk/index.css">
|
<link rel="stylesheet" href="/cdn/element-ui/lib/theme-chalk/index.css">
|
||||||
<link rel="stylesheet" href="css/largeScreenLayout.css">
|
<link rel="stylesheet" href="css/largeScreenLayout.css">
|
||||||
<link rel="stylesheet" href="css/largeScreenStyle.css?v=2023101401">
|
<link rel="stylesheet" href="css/largeScreenStyle.css?v=2023101401">
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div :class="red ? 'head-title red-head' : 'head-title'" class="main-header">
|
<div :class="red ? 'head-title red-head' : 'head-title'" class="main-header">
|
||||||
<div class="head-title-label">
|
<div class="head-title-label">
|
||||||
北跨泾河-产发工程数字管理平台
|
产发工程数字管理平台
|
||||||
</div>
|
</div>
|
||||||
<div class="head-title-tab">
|
<div class="head-title-tab">
|
||||||
<div v-if="!isTypeBuser" :class="nav == 1 ? 'head-nav active' : 'head-nav'" @click="pageJump(1, '#/')">项目概况
|
<div v-if="!isTypeBuser" :class="nav == 1 ? 'head-nav active' : 'head-nav'" @click="pageJump(1, '#/')">项目概况
|
||||||
|
@ -288,7 +288,7 @@ export default {
|
||||||
if (title) {
|
if (title) {
|
||||||
window.document.title = title;
|
window.document.title = title;
|
||||||
} else {
|
} else {
|
||||||
window.document.title = '北跨泾河-产发工程数字管理平台-大屏';
|
window.document.title = '产发工程数字管理平台-大屏';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
//页面条状
|
//页面条状
|
||||||
|
|
|
@ -6,7 +6,7 @@ Vue.component("screen-header", {
|
||||||
template: `
|
template: `
|
||||||
<div :class="red?'head-title red-head':'head-title'">
|
<div :class="red?'head-title red-head':'head-title'">
|
||||||
<div class="head-title-label">
|
<div class="head-title-label">
|
||||||
北跨泾河-产发工程数字管理平台
|
产发工程数字管理平台
|
||||||
</div>
|
</div>
|
||||||
<div class="head-title-tab">
|
<div class="head-title-tab">
|
||||||
<div :class="nav==1?'head-nav active':'head-nav'" @click="pageJump(1,'index.html','index.html')">项目概况</div>
|
<div :class="nav==1?'head-nav active':'head-nav'" @click="pageJump(1,'index.html','index.html')">项目概况</div>
|
||||||
|
|
Loading…
Reference in New Issue