问题修正

This commit is contained in:
2025-06-30 14:18:32 +08:00
parent b3598f1ba8
commit 5f4fcdf754
7 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = EMS管理系统
VUE_APP_TITLE = 上动新能源-EMS管理系统
# 开发环境配置
ENV = 'development'

View File

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = EMS管理系统
VUE_APP_TITLE = 上动新能源-EMS管理系统
# 生产环境配置
ENV = 'production'

View File

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = EMS管理系统
VUE_APP_TITLE = 上动新能源-EMS管理系统
BABEL_ENV = production

View File

@ -49,7 +49,7 @@ import {mapGetters} from "vuex"
this.$emit('submitSite',this.id)
},
setDefaultSite(){
const defaultSite = parseInt(this.defaultSiteId)
const defaultSite = this.defaultSiteId
if(defaultSite && this.siteList.find(item=>item.id === defaultSite)){
this.id = defaultSite
}else if(!defaultSite && this.siteList.length>0){

View File

@ -60,7 +60,7 @@ export const dzjk=[
path: 'pcs',
component: () => import('@/views/ems/dzjk/sbjk/pcs/index.vue'),
name: 'DzjkSbjkPcs',
meta: { title: 'Pcs',breadcrumb: false,activeMenu: '/dzjk',activeSecondMenuName:'DzjkSbjk'},
meta: { title: 'PCS',breadcrumb: false,activeMenu: '/dzjk',activeSecondMenuName:'DzjkSbjk'},
},
{
path: 'bmszl',

View File

@ -35,7 +35,7 @@ export default {
bgColor:'#CBD6FF',
attr:'totalReactivePower'
},{
title:'电池SOC',
title:'电池SOC',
value:'',
bgColor:'#DCCBFF',
attr:'soc'

View File

@ -56,7 +56,7 @@
</el-form>
<!-- 底部 -->
<div class="el-login-footer">
<span>Copyright © 2018-2025 上海电动工具研究所集团有限公司.</span>
<span>Copyright © 2025 上海电动工具研究所集团有限公司.</span>
</div>
</div>
</template>