diff --git a/.env.development b/.env.development index 0759ac2..fe9577c 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ VUE_APP_TITLE = 汉邦唐全真数字服务平台 # 网关地址 VUE_APP_GATEWAY_URL="/dev-api" # 服务地址 -VUE_APP_BASE_API_URL="http://192.168.1.19:8081/" +VUE_APP_BASE_API_URL="http://192.168.2.187:8081" # 服务前-- 请严格遵守格式 不允许换行 VUE_APP_SERVICE_PREFIX= '{"system":"/system","file":"/file-zy","prevention":"/prevention-yx"}' # 是否显示全部菜单 diff --git a/src/App.vue b/src/App.vue index b262271..012b0c1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -24,6 +24,10 @@ body{ height: 100%; } } + +.mapboxgl-map{ + min-height: 400px; +} .v-modal{ z-index: 98 !important; } diff --git a/src/bootstrap.ts b/src/bootstrap.ts index f6ffe83..8aa8fc0 100644 --- a/src/bootstrap.ts +++ b/src/bootstrap.ts @@ -12,9 +12,9 @@ import Mock from "mockjs" // import { MockData } from './mock'; Vue.config.productionTip = false; -// Vue.config.warnHandler = ()=>{ +Vue.config.warnHandler = ()=>{ -// } +} document.title = process.env.VUE_APP_TITLE || '汉邦唐全真数字服务平台'; // if(process.env.NODE_ENV==="development"){ diff --git a/src/components/draw.component.vue b/src/components/draw.component.vue index 463f9fd..ad3053e 100644 --- a/src/components/draw.component.vue +++ b/src/components/draw.component.vue @@ -34,7 +34,7 @@