Commit c925f834 authored by 张伯涛's avatar 张伯涛

大屏调整

parent e58999f0
......@@ -19,7 +19,7 @@ import AMapLoader from "@amap/amap-jsapi-loader";
</div>
<div v-show="mapLevel === 1">
<div class="leftLayer" id="leftLayer">
<div class="blockStyle" style="height: 16%">
<div class="blockStyle" style="height: 18%">
<div class="titleStyle"><p>室外温度</p></div>
<div class="leftLayer1" id="leftLayer1"></div>
</div>
......@@ -3365,7 +3365,7 @@ export default defineComponent({
regions: [
{
start: 5,
end: 25,
end: 15,
loop: false,
color: 'hsla(200, 50%, 70%, 0.4)',
minLength: 1,
......@@ -3990,8 +3990,8 @@ export default defineComponent({
grid: {
left: 30,
right: 20,
top: 15,
bottom: 35,
top: 25,
bottom: 50,
},
series: [
{
......@@ -4359,14 +4359,14 @@ export default defineComponent({
display: flex;
align-items: center;
font-size: 16px;
.audio_btnRow{
.audio_btnRow{
display: flex;
padding-top: 3px;
.audio_btn{
cursor: pointer;
margin-left: 3px;
}
}
}
}
.eventTime_class{
position: absolute;
......
......@@ -32,8 +32,8 @@ export default defineConfig({
changeOrigin: true, // 允许跨域
},
'/AIapi': {
// target: 'http://192.168.1.252:8001/',
target: 'http://192.168.0.17:8099/', // 目标服务器地址
// target: 'http://106.3.97.198:20050/',
target: 'http://192.168.0.9:8099/', // 目标服务器地址
//target: 'http://localhost:5013/', // 目标服务器地址
changeOrigin: true, // 允许跨域
rewrite: (path) => path.replace(/^\/AIapi/, ''), //路径重写,把'/ddapi'替换为''
......
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