问题修正

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' ENV = 'development'

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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