系统名称修改
This commit is contained in:
parent
fde1d84119
commit
138251c250
@ -1,10 +1,10 @@
|
||||
# 页面标题
|
||||
VUE_APP_TITLE = 幼儿园体质检测管理系统
|
||||
VUE_APP_TITLE = 智慧幼儿体质评估与促进系统
|
||||
|
||||
# 开发环境配置
|
||||
ENV = 'development'
|
||||
|
||||
# 幼儿园体质检测管理系统/开发环境
|
||||
# 智慧幼儿体质评估与促进系统/开发环境
|
||||
VUE_APP_BASE_API = 'http://192.168.16.64:8080'
|
||||
#'/dev-api'
|
||||
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
# 页面标题
|
||||
VUE_APP_TITLE = 幼儿园体质检测管理系统
|
||||
VUE_APP_TITLE = 智慧幼儿体质评估与促进系统
|
||||
|
||||
# 生产环境配置
|
||||
ENV = 'production'
|
||||
|
||||
# 幼儿园体质检测管理系统/生产环境
|
||||
# 智慧幼儿体质评估与促进系统/生产环境
|
||||
VUE_APP_BASE_API = '/prod-api'
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
# 页面标题
|
||||
VUE_APP_TITLE = 幼儿园体质检测管理系统
|
||||
VUE_APP_TITLE = 智慧幼儿体质评估与促进系统
|
||||
|
||||
NODE_ENV = production
|
||||
|
||||
# 测试环境配置
|
||||
ENV = 'staging'
|
||||
|
||||
# 幼儿园体质检测管理系统/测试环境
|
||||
# 智慧幼儿体质评估与促进系统/测试环境
|
||||
VUE_APP_BASE_API = '/stage-api'
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="login">
|
||||
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
|
||||
<h3 class="title">幼儿园体质检测管理系统</h3>
|
||||
<h3 class="title">智慧幼儿体质评估与促进系统</h3>
|
||||
<el-form-item prop="username">
|
||||
<el-input
|
||||
v-model="loginForm.username"
|
||||
|
||||
@ -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" />
|
||||
|
||||
@ -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 // 端口
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user