diff --git a/.env.prodLocal b/.env.prodLocal index 1853471..3f9cd03 100644 --- a/.env.prodLocal +++ b/.env.prodLocal @@ -2,7 +2,7 @@ #开发环境 NODE_ENV:"production" # 页面标题 -VUE_APP_TITLE = 汉邦唐消防训练基地 +VUE_APP_TITLE = 消防训练基地 # 网关地址 VUE_APP_GATEWAY_URL="/dev-api" # UE4服务地址 diff --git a/.env.production b/.env.production index 32ad392..7c8521a 100644 --- a/.env.production +++ b/.env.production @@ -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/' \ No newline at end of file +PUB_PATH:'/trainingbase/' diff --git a/src/assets/img/1.png b/src/assets/img/1.png new file mode 100644 index 0000000..be8d28e Binary files /dev/null and b/src/assets/img/1.png differ diff --git a/src/assets/img/2.png b/src/assets/img/2.png new file mode 100644 index 0000000..ef22b6e Binary files /dev/null and b/src/assets/img/2.png differ diff --git a/src/assets/img/3.png b/src/assets/img/3.png new file mode 100644 index 0000000..4724b97 Binary files /dev/null and b/src/assets/img/3.png differ diff --git a/src/assets/img/logo.png b/src/assets/img/logo.png index a79b44e..c3157bd 100644 Binary files a/src/assets/img/logo.png and b/src/assets/img/logo.png differ diff --git a/src/components/header.component.vue b/src/components/header.component.vue index 33e348d..c3b9b28 100644 --- a/src/components/header.component.vue +++ b/src/components/header.component.vue @@ -1,7 +1,7 @@