feat:更新标题信息

master
guangyin 2024-07-10 10:27:01 +08:00
parent a364ecd6fb
commit cf85eed104
10 changed files with 16 additions and 12 deletions

View File

@ -2,7 +2,7 @@
#开发环境
NODE_ENV:"production"
# 页面标题
VUE_APP_TITLE = 汉邦唐消防训练基地
VUE_APP_TITLE = 消防训练基地
# 网关地址
VUE_APP_GATEWAY_URL="/dev-api"
# UE4服务地址

View File

@ -2,7 +2,7 @@
#开发环境
NODE_ENV:"production"
# 页面标题
VUE_APP_TITLE = 汉邦唐消防训练基地
VUE_APP_TITLE = 消防训练基地
# 网关地址
VUE_APP_GATEWAY_URL="/dev-api"
# UE4服务地址
@ -18,4 +18,4 @@ VUE_APP_REMOTES_URL="http://119.45.158.12/common/"
# 当前应用部署地址
VUE_APP_EXPOSES_URL=""
# nginx路径
PUB_PATH:'/trainingbase/'
PUB_PATH:'/trainingbase/'

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

View File

@ -1,7 +1,7 @@
<template>
<div class="header-box">
<div class="logo">
<img src="~@/assets/img/logo.png" alt="">
<img src="~@/assets/img/logo.png" height="24" alt="">
<div>{{currentPage.label}}</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">

View File

@ -1,5 +1,5 @@
export default [{
label: "汉邦唐消防训练基地",
label: "消防训练基地",
value: "xf",
children: [{
label: "首页",

View File

@ -1,13 +1,13 @@
<div class="overview-container">
<MapComponent v-show="!showLoading" id="map" @onLoaded="getMap" @onHandleChange="handleChange"></MapComponent>
<div v-show="showLoading" class="loading">
<div>
<img src="~@/assets/img/loading.png" alt="">
正在加载园区…
</div>
<!-- <MapComponent v-show="!showLoading" id="map" @onLoaded="getMap" @onHandleChange="handleChange"></MapComponent>-->
<!-- <div v-show="showLoading" class="loading">-->
<!-- <div>-->
<!-- <img src="~@/assets/img/loading.png" alt="">-->
<!-- 正在加载园区…-->
<!-- </div>-->
</div>
<!-- </div>-->
<div class="bg-box left animate__animated">
<div class="panel-container">
<!-- 首页-->

View File

@ -20,6 +20,10 @@
height: 100%;
position: relative;
overflow: hidden;
background: url("../assets/img/3.png");
background-size: 100%;
background-repeat: no-repeat;
#map {
width: 100%;