Compare commits
3 Commits
98b6578841
...
9b3b08f853
| Author | SHA1 | Date |
|---|---|---|
|
|
9b3b08f853 | |
|
|
ad1123e396 | |
|
|
583b7edb92 |
|
|
@ -1,19 +0,0 @@
|
|||
# Whether to open mock
|
||||
VITE_USE_MOCK = true
|
||||
|
||||
# public path
|
||||
VITE_PUBLIC_PATH = /
|
||||
|
||||
# Basic interface address SPA
|
||||
#VITE_GLOB_API_URL=/basic-api
|
||||
#财源
|
||||
# VITE_GLOB_API_URL= http://192.168.10.102:9500
|
||||
#基础框架
|
||||
VITE_GLOB_API_URL=http://123.132.248.154:9104
|
||||
|
||||
# File upload address, optional
|
||||
# It can be forwarded by nginx or write the actual address directly
|
||||
VITE_GLOB_UPLOAD_URL=http://60.213.14.14:6070
|
||||
|
||||
# Interface prefix
|
||||
VITE_GLOB_API_URL_PREFIX=
|
||||
|
|
@ -110,7 +110,7 @@
|
|||
<span>
|
||||
<img class="centerimg" style="display: none;" src="./images/xianjie.png" />
|
||||
<img class="centerimgActive" src="./images/xianjie-active.png" />
|
||||
市 界</span>
|
||||
行政区划</span>
|
||||
</div>
|
||||
<!-- <div class="center_top_con_but" data-layerName="villageLayer" data-isActive="false">
|
||||
<span>
|
||||
|
|
@ -124,12 +124,12 @@
|
|||
<img class="centerimgActive" style="display: none;" src="./images/control-active.png" />
|
||||
监 控</span>
|
||||
</div>
|
||||
<div class="center_top_con_but" id="UAVView" data-layerName="UAVLayer" data-isActive="false">
|
||||
<!-- <div class="center_top_con_but" id="UAVView" data-layerName="UAVLayer" data-isActive="false">
|
||||
<span>
|
||||
<img class="centerimg" src="./images/drone.png" />
|
||||
<img class="centerimgActive" style="display: none;" src="./images/drone-active.png" />
|
||||
无人机</span>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
<div class="right_menu">
|
||||
<div class="center_top_con_but newCaseLayer" data-layerName="newCaseLayer"
|
||||
|
|
|
|||
|
|
@ -1296,7 +1296,7 @@ function loadCaseClassCharts(industy) {
|
|||
calculable: true,
|
||||
series: [
|
||||
{
|
||||
name: '违建分类统计',
|
||||
name: '案件分类统计',
|
||||
type: 'pie',
|
||||
radius: ['35%', '55%'],
|
||||
center: ['50%', '40%'],
|
||||
|
|
|
|||
Loading…
Reference in New Issue