Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dd_school
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangqi
dd_school
Commits
3a019f06
Commit
3a019f06
authored
Apr 07, 2024
by
peijy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
公开招聘 报名
parent
df484402
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
ruoyi-ui/.env.development
+1
-1
ruoyi-ui/.env.production
+1
-1
ruoyi-ui/.env.staging
+1
-1
ruoyi-ui/src/layout/components/Sidebar/Logo.vue
+1
-1
ruoyi-ui/src/views/index.vue
+1
-1
ruoyi-ui/src/views/login copy.vue
+1
-1
ruoyi-ui/src/views/login.vue
+1
-1
No files found.
ruoyi-ui/.env.development
View file @
3a019f06
# 页面标题
VUE_APP_TITLE =
网络数字信息化
校园管理系统
VUE_APP_TITLE =
智慧
校园管理系统
# 开发环境配置
ENV = 'development'
...
...
ruoyi-ui/.env.production
View file @
3a019f06
# 页面标题
VUE_APP_TITLE =
网络数字信息化
校园管理系统
VUE_APP_TITLE =
智慧
校园管理系统
# 生产环境配置
ENV = 'production'
...
...
ruoyi-ui/.env.staging
View file @
3a019f06
# 页面标题
VUE_APP_TITLE =
网络数字信息化
校园管理系统
VUE_APP_TITLE =
智慧
校园管理系统
NODE_ENV = production
...
...
ruoyi-ui/src/layout/components/Sidebar/Logo.vue
View file @
3a019f06
...
...
@@ -42,7 +42,7 @@ export default {
data
()
{
return
{
// title: process.env.VUE_APP_TITLE,
title
:
'
信息化
校园管理系统'
,
title
:
'
智慧
校园管理系统'
,
logo
:
logoImg
}
}
...
...
ruoyi-ui/src/views/index.vue
View file @
3a019f06
...
...
@@ -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
}}
...
...
ruoyi-ui/src/views/login copy.vue
View file @
3a019f06
...
...
@@ -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
...
...
ruoyi-ui/src/views/login.vue
View file @
3a019f06
...
...
@@ -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"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment