develop_cloud #1

Merged
dashixiong merged 234 commits from develop_cloud into main-cloud 2026-02-11 02:06:04 +00:00
75 changed files with 6090 additions and 23 deletions
Showing only changes of commit 5f4fcdf754 - Show all commits

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>