Commit 68aa4f39 authored by 王亚晖's avatar 王亚晖

修改远程控制

parent 03132b72
export const ExternalSERVEICE='http://218.69.97.198:8001'
export const WithinSERVEICE='http://192.168.1.252:8001'
// export const ExternalSERVEICE='http://localhost:5013'
// export const WithinSERVEICE='http://localhost:5013'
// export const ExternalSERVEICE='http://218.69.97.198:8001'
// export const WithinSERVEICE='http://192.168.1.252:8001'
export const ExternalSERVEICE='http://localhost:5013'
export const WithinSERVEICE='http://localhost:5013'
export const CURRLOGO="LOGO_gangyi.png"
......@@ -194,6 +194,13 @@ const routes = [
meta: {
title: '用量环比'
}
},{
path: '/Handler/YOYView',
name: 'YOYView',
component: () => import('@/views/HandlerPage/YOY.vue'),
meta: {
title: '用量同比'
}
},{
path: '/HeatAnalysis',
name: 'HeatAnalysisPage',
......
<template>
用量同比
</template>
\ No newline at end of file
<template>
换热站远程控制
</template>
\ No newline at end of file
<el-card class="card-contianer">
<div class="div-header">
<el-form-item label="换热机组:">
<el-cascader :options="options" v-model="HistransferInfo.id" :props="props" collapse-tags clearable :show-all-levels="false"
placeholder="请选择" style="min-width: 210px;" />
<!-- <el-select v-model="HistransferInfo.id" multiple="true" collapse-tags placeholder="请选择" style="width: 170px"
@change="checkAge">
<el-option v-for="item in options" :key="item.value" :label="item.label" :value="item.value"
:disabled="item.disabled" />
</el-select> -->
</el-form-item>
</div>
</el-card>
</template>
<script>
</script>
<style lang="less" scoped>
.card-contianer {
width: auto;
height: 70px;
.div-header {
width: 100%;
display: flex;
margin: 20px;
}
}
</style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment