修改标题

This commit is contained in:
shidongli 2023-12-06 09:22:24 +08:00
parent fa5da5f7b2
commit e112842202
8 changed files with 14 additions and 13 deletions

View File

@ -1,11 +1,11 @@
# 页面标题
VUE_APP_TITLE = 新医路健康管理平台
VUE_APP_TITLE = 健康管理运维端
# 开发环境配置
ENV = 'development'
# 新医路健康管理平台/开发环境
VUE_APP_BASE_API = 'http://192.168.16.35:8088'
# 健康管理运维端/开发环境
VUE_APP_BASE_API = 'http://192.168.16.48:8088'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true

View File

@ -1,8 +1,8 @@
# 页面标题
VUE_APP_TITLE = 新医路健康管理平台
VUE_APP_TITLE = 健康管理运维端
# 生产环境配置
ENV = 'production'
# 新医路健康管理平台/生产环境
VUE_APP_BASE_API = 'http://192.168.16.76:8088'
# 健康管理运维端/生产环境
VUE_APP_BASE_API = 'http://192.168.16.212:8088'

View File

@ -1,10 +1,10 @@
# 页面标题
VUE_APP_TITLE = 新医路健康管理平台
VUE_APP_TITLE = 健康管理运维端
NODE_ENV = production
# 测试环境配置
ENV = 'staging'
# 新医路健康管理平台/测试环境
# 健康管理运维端/测试环境
VUE_APP_BASE_API = '/stage-api'

View File

@ -1,7 +1,7 @@
{
"name": "xinelu",
"version": "3.8.3",
"description": "新医路健康管理平台",
"description": "健康管理运维端",
"author": "新医路",
"license": "MIT",
"scripts": {
@ -53,6 +53,7 @@
"screenfull": "5.0.2",
"sortablejs": "1.10.2",
"vue": "2.6.12",
"vue-amap": "^0.5.10",
"vue-count-to": "1.0.13",
"vue-cropper": "0.5.5",
"vue-meta": "2.4.0",

View File

@ -35,7 +35,7 @@ export default {
},
data() {
return {
title: '新医路健康管理平台',
title: '健康管理运维端',
logo: logoImg
}
}

View File

@ -11,7 +11,7 @@
<!-- <el-row :gutter="20"> -->
<!-- <el-col :sm="24" :lg="12" style="padding-left: 20px">
<h2>新医路健康管理平台</h2>
<h2>健康管理运维端</h2>
<p>
</p>
<p>

View File

@ -7,7 +7,7 @@
class="login-form"
>
<img class="imgitem" src="../assets/images/logo.png" alt="" />
<h3 class="title">新医路健康管理平台</h3>
<h3 class="title">健康管理运维端</h3>
<el-form-item prop="username">
<el-input
v-model="loginForm.username"

View File

@ -7,7 +7,7 @@ function resolve(dir) {
const CompressionPlugin = require('compression-webpack-plugin')
const name = process.env.VUE_APP_TITLE || '新医路健康管理平台' // 网页标题
const name = process.env.VUE_APP_TITLE || '健康管理运维端' // 网页标题
const port = process.env.port || process.env.npm_config_port || 80 // 端口