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