feat:更新标题信息
parent
a364ecd6fb
commit
cf85eed104
|
@ -2,7 +2,7 @@
|
||||||
#开发环境
|
#开发环境
|
||||||
NODE_ENV:"production"
|
NODE_ENV:"production"
|
||||||
# 页面标题
|
# 页面标题
|
||||||
VUE_APP_TITLE = 汉邦唐消防训练基地
|
VUE_APP_TITLE = 消防训练基地
|
||||||
# 网关地址
|
# 网关地址
|
||||||
VUE_APP_GATEWAY_URL="/dev-api"
|
VUE_APP_GATEWAY_URL="/dev-api"
|
||||||
# UE4服务地址
|
# UE4服务地址
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
#开发环境
|
#开发环境
|
||||||
NODE_ENV:"production"
|
NODE_ENV:"production"
|
||||||
# 页面标题
|
# 页面标题
|
||||||
VUE_APP_TITLE = 汉邦唐消防训练基地
|
VUE_APP_TITLE = 消防训练基地
|
||||||
# 网关地址
|
# 网关地址
|
||||||
VUE_APP_GATEWAY_URL="/dev-api"
|
VUE_APP_GATEWAY_URL="/dev-api"
|
||||||
# UE4服务地址
|
# UE4服务地址
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 4.2 MiB |
Binary file not shown.
After Width: | Height: | Size: 6.6 MiB |
Binary file not shown.
After Width: | Height: | Size: 3.0 MiB |
Binary file not shown.
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 6.8 KiB |
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="header-box">
|
<div class="header-box">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="~@/assets/img/logo.png" alt="">
|
<img src="~@/assets/img/logo.png" height="24" alt="">
|
||||||
<div>{{currentPage.label}}</div>
|
<div>{{currentPage.label}}</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="nav-box" :style="{width:currentPage.children.length<=5?currentPage.children.length*180+'px':5*180+'px'}" v-if="currentPage.children.length>1" @mouseenter="showArrow=true" @mouseleave="showArrow=false">
|
<div class="nav-box" :style="{width:currentPage.children.length<=5?currentPage.children.length*180+'px':5*180+'px'}" v-if="currentPage.children.length>1" @mouseenter="showArrow=true" @mouseleave="showArrow=false">
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
export default [{
|
export default [{
|
||||||
label: "汉邦唐消防训练基地",
|
label: "消防训练基地",
|
||||||
value: "xf",
|
value: "xf",
|
||||||
children: [{
|
children: [{
|
||||||
label: "首页",
|
label: "首页",
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
<div class="overview-container">
|
<div class="overview-container">
|
||||||
|
|
||||||
<MapComponent v-show="!showLoading" id="map" @onLoaded="getMap" @onHandleChange="handleChange"></MapComponent>
|
<!-- <MapComponent v-show="!showLoading" id="map" @onLoaded="getMap" @onHandleChange="handleChange"></MapComponent>-->
|
||||||
<div v-show="showLoading" class="loading">
|
<!-- <div v-show="showLoading" class="loading">-->
|
||||||
<div>
|
<!-- <div>-->
|
||||||
<img src="~@/assets/img/loading.png" alt="">
|
<!-- <img src="~@/assets/img/loading.png" alt="">-->
|
||||||
正在加载园区…
|
<!-- 正在加载园区…-->
|
||||||
</div>
|
<!-- </div>-->
|
||||||
|
|
||||||
</div>
|
<!-- </div>-->
|
||||||
<div class="bg-box left animate__animated">
|
<div class="bg-box left animate__animated">
|
||||||
<div class="panel-container">
|
<div class="panel-container">
|
||||||
<!-- 首页-->
|
<!-- 首页-->
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
background: url("../assets/img/3.png");
|
||||||
|
background-size: 100%;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
|
||||||
|
|
||||||
#map {
|
#map {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue