创建沂水县林业防火分支
parent
6595be4028
commit
eb3a4b53f5
|
|
@ -26,8 +26,8 @@
|
|||
}
|
||||
},
|
||||
"feixian":{
|
||||
"appname":"费县智慧林业防灭火平台",
|
||||
"area":"费县",
|
||||
"appname":"沂水县智慧林业防灭火平台",
|
||||
"area":"沂水县",
|
||||
"baseUrl":"http://223.99.16.253:9001",
|
||||
"layerurl":"http://223.99.16.253:9006/applicationMars/getApplicationInfo/feixian",
|
||||
"uavWebSocketUrl":"ws://123.132.248.154:9211/",
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<meta name="author" content="山东慧创 http://www.hopetrytech.com ">
|
||||
<link rel="icon" href="<%= BASE_URL %>sitelogo.jpg">
|
||||
|
||||
<title>费县智慧林业防灭火平台</title>
|
||||
<title>沂水县智慧林业防灭火平台</title>
|
||||
<style>
|
||||
.popup-container{
|
||||
text-align:left;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -63,7 +63,7 @@ export default {
|
|||
this.initMars3d(this.options);
|
||||
} else {
|
||||
mars3d.Resource.fetchJson({ url: this.url }).then((data) => {
|
||||
// 根据费县平邑登录获取对应的图层
|
||||
// 根据沂水县平邑登录获取对应的图层
|
||||
axios({
|
||||
method: "get",
|
||||
url: AppInfo[localStorage.getItem("areaName")].layerurl,
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="container">
|
||||
<div class="town">
|
||||
费县
|
||||
沂水县
|
||||
</div>
|
||||
|
||||
<!-- 乡镇网格 -->
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ let BASE_URL = process.env.VUE_APP_BASE_API
|
|||
list:[],
|
||||
listQuery:{
|
||||
wuzi:null,
|
||||
areaname:localStorage.getItem("areaName") == 'feixian' ? '费县' : '平邑县'
|
||||
areaname:localStorage.getItem("areaName") == 'feixian' ? '沂水县' : '平邑县'
|
||||
},
|
||||
waterPoints:null,
|
||||
nestWaterPoints:[],
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div class="navigation-container">
|
||||
<div class="navigation-header">费县智慧林业防灭火平台</div>
|
||||
<div class="navigation-header">沂水县智慧林业防灭火平台</div>
|
||||
<div class="navigation-logout" @click="logout">退出</div>
|
||||
<div class="navigation-body">
|
||||
<router-view></router-view>
|
||||
|
|
|
|||
Loading…
Reference in New Issue