Commit 3a019f06 by peijy

公开招聘 报名

parent df484402
# 页面标题
VUE_APP_TITLE = 网络数字信息化校园管理系统
VUE_APP_TITLE = 智慧校园管理系统
# 开发环境配置
ENV = 'development'
......
# 页面标题
VUE_APP_TITLE = 网络数字信息化校园管理系统
VUE_APP_TITLE = 智慧校园管理系统
# 生产环境配置
ENV = 'production'
......
# 页面标题
VUE_APP_TITLE = 网络数字信息化校园管理系统
VUE_APP_TITLE = 智慧校园管理系统
NODE_ENV = production
......
......@@ -42,7 +42,7 @@ export default {
data() {
return {
// title: process.env.VUE_APP_TITLE,
title:'信息化校园管理系统',
title:'智慧校园管理系统',
logo: logoImg
}
}
......
......@@ -188,7 +188,7 @@
<!-- {{ user.userName }}, 欢迎登录智慧校园管理系统!-->
<!-- </div>-->
<div style="font-family: PingFang SC; color: #ffffff; font-size: 16px; margin-top: 20px; margin-left: 20px">
{{ user.userName }}, 欢迎登录网络数字信息化校园管理系统!
{{ user.userName }}, 欢迎登录智慧校园管理系统!
</div>
<div style="font-size: small; margin-top: 8px; color: #96c4f5; margin-left: 20px">
上次登录时间:{{ user.loginDate }}
......
......@@ -30,7 +30,7 @@
<div class="login-card-right">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
<!-- <h3 class="title">智慧校园管理系统</h3>-->
<h3 class="title">网络数字信息化校园管理系统</h3>
<h3 class="title">智慧校园管理系统</h3>
<el-form-item prop="phonenumber">
<el-input
......
......@@ -26,7 +26,7 @@
<div class="login-card-right">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
<!-- <h3 class="title">智慧校园管理系统</h3>-->
<h3 class="title">网络数字信息化校园管理系统</h3>
<h3 class="title">智慧校园管理系统</h3>
<el-form-item prop="phonenumber">
<el-input v-model="loginForm.phonenumber" type="text" auto-complete="off" placeholder="手机号码">
<svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment