Commit ed81a11a authored by Gakki's avatar Gakki

根据命令打包相应dashboard

parent 4d8c17e7
......@@ -14,7 +14,7 @@ case 'devol': // 本地线上部署环境下
break
case 'pudong-sit':
BASE_URL = 'http://xuhui.hm.omniview.pro/api/v2',
BASE_URL = 'http://pudong.hm.omniview.pro/api/v2',
// BASE_URL = 'http://211.136.105.193/apiv2' //浦东
FANGDI_URL = 'http://962121.fgj.sh.gov.cn/wyweb/shanghaiwuye'
......
<template>
<!-- <div id="home" class="layoutPadding" v-if="(this.$api.BASE_URL).indexOf('xuhui') > -1 || (this.$api.BASE_URL).indexOf('31.0.161.39') > -1"> -->
<div id="home" class="layoutPadding" v-if="(this.$api.BASE_URL).indexOf('pudong') > -1 || (this.$api.BASE_URL).indexOf('31.0.161.39') > -1">
<div id="home" class="layoutPadding" v-if="(this.$api.BASE_URL).indexOf('xuhui') > -1 || (this.$api.BASE_URL).indexOf('31.0.161.39') > -1">
<a-row type="flex" class="align-stretch">
<a-col :span="24">
<a-row type="flex" style="height:100%;">
......@@ -567,7 +567,7 @@
</div>
<div id="home" class="layoutPadding" v-else>
<div class="topBox">
<div class="topBox-l">
<div class="inner" style="">
<div>
<p class="top-font" >小区数</p>
......@@ -1462,7 +1462,7 @@ export default {
white-space: nowrap;
}
.topBox .inner{
.topBox-l .inner{
padding:1rem;
width: 24%;
display:flex;
......@@ -1470,4 +1470,11 @@ export default {
background: #fff;
}
.topBox-l{
width: 100%;
display:flex;
align-items:center;
justify-content: space-between;
}
</style>
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