This commit is contained in:
2023-07-21 16:43:30 +08:00
parent 8405afdd71
commit b82aa6bf4f
9 changed files with 13 additions and 14 deletions

View File

@ -1,11 +1,11 @@
# 页面标题
VUE_APP_TITLE = 智慧幼儿体质评估与促进系统
VUE_APP_TITLE = 幼儿体质健康促进系统
# 开发环境配置
ENV = 'development'
# 智慧幼儿体质评估与促进系统/开发环境
VUE_APP_BASE_API = 'http://192.168.16.76:8090'
# 幼儿体质健康促进系统/开发环境
VUE_APP_BASE_API = 'https://kindergarten.xinelu.cn'
#'/dev-api'
# 路由懒加载

View File

@ -1,9 +1,8 @@
# 页面标题
VUE_APP_TITLE = 智慧幼儿体质评估与促进系统
VUE_APP_TITLE = 幼儿体质健康促进系统
# 生产环境配置
ENV = 'production'
# 智慧幼儿体质评估与促进系统/生产环境
# VUE_APP_BASE_API = '/prod-api'
VUE_APP_BASE_API = 'http://192.168.16.76:8090'
# 幼儿体质健康促进系统/生产环境
VUE_APP_BASE_API = 'https://kindergarten.xinelu.cn'

View File

@ -1,10 +1,10 @@
# 页面标题
VUE_APP_TITLE = 智慧幼儿体质评估与促进系统
VUE_APP_TITLE = 幼儿体质健康促进系统
NODE_ENV = production
# 测试环境配置
ENV = 'staging'
# 智慧幼儿体质评估与促进系统/测试环境
# 幼儿体质健康促进系统/测试环境
VUE_APP_BASE_API = '/stage-api'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 195 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 195 KiB

View File

@ -70,7 +70,7 @@ export default {
},
data() {
return {
title: "智慧幼儿体质评估与促进系统",
title: "幼儿体质健康促进系统",
logo: logoImg,
};
},
@ -103,7 +103,7 @@ export default {
width: 100%;
& .sidebar-logo {
width: 40px;
width: 45px;
height: 40px;
vertical-align: middle;
}

View File

@ -6,7 +6,7 @@
:rules="loginRules"
class="login-form"
>
<h3 class="title">智慧幼儿体质评估与促进系统</h3>
<h3 class="title">幼儿体质健康促进系统</h3>
<el-form-item prop="username">
<el-input
v-model="loginForm.username"

View File

@ -1,7 +1,7 @@
<template>
<div class="register">
<el-form ref="registerForm" :model="registerForm" :rules="registerRules" class="register-form">
<h3 class="title">智慧幼儿体质评估与促进系统</h3>
<h3 class="title">幼儿体质健康促进系统</h3>
<el-form-item prop="username">
<el-input v-model="registerForm.username" type="text" auto-complete="off" placeholder="账号">
<svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />

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 // 端口