Merge remote-tracking branch 'origin/jihan_0920new_护理服务、商城、积分兑换、在线问诊功能分支' into jh_20231124_河口项目功能分支

This commit is contained in:
纪寒 2023-12-28 16:51:10 +08:00
commit 766ee13f13
8 changed files with 16 additions and 15 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

@ -3,15 +3,15 @@
<div style="position: relative">
<span class="body">
<span><img src="../assets/images/logo.png" alt="" /></span>
<span class="name">新医路新版小程序管理系统</span>
<span class="name">健康管理运维端</span>
</span>
<!-- <div class="name">新医路新版小程序管理系统</div> -->
<!-- <div class="name">健康管理运维端</div> -->
</div>
<!-- <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 // 端口