Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
property-management
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
chenjunxiong
property-management
Commits
0291cabe
Commit
0291cabe
authored
Mar 10, 2022
by
chenjunxiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: web
页面文案修改
parent
b6351837
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
ant-design-vue-jeecg/public/index.html
+2
-4
ant-design-vue-jeecg/src/components/layouts/TabLayout.vue
+1
-1
ant-design-vue-jeecg/src/views/user/oauth2/OAuth2Login.vue
+1
-1
No files found.
ant-design-vue-jeecg/public/index.html
View file @
0291cabe
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<title>
JeecgBoot 企业级低代码平台
</title>
<title>
物业管理
</title>
<link
rel=
"icon"
href=
"<%= BASE_URL %>logo.png"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>logo.png"
>
<script
src=
"<%= BASE_URL %>cdn/babel-polyfill/polyfill_7_2_5.js"
></script>
<script
src=
"<%= BASE_URL %>cdn/babel-polyfill/polyfill_7_2_5.js"
></script>
<style>
<style>
...
@@ -249,9 +249,7 @@
...
@@ -249,9 +249,7 @@
<div
id=
"loader"
></div>
<div
id=
"loader"
></div>
<div
class=
"loader-section section-left"
></div>
<div
class=
"loader-section section-left"
></div>
<div
class=
"loader-section section-right"
></div>
<div
class=
"loader-section section-right"
></div>
<div
class=
"load_title"
>
正在加载 JeecgBoot 低代码平台,请耐心等待
<div
class=
"load_title"
>
正在加载,请耐心等待
</div>
</div>
</div>
</div>
</div>
</div>
...
...
ant-design-vue-jeecg/src/components/layouts/TabLayout.vue
View file @
0291cabe
...
@@ -177,7 +177,7 @@
...
@@ -177,7 +177,7 @@
// update-begin-author:sunjianlei date:20200120 for: 动态更改页面标题
// update-begin-author:sunjianlei date:20200120 for: 动态更改页面标题
changeTitle
(
title
)
{
changeTitle
(
title
)
{
let
projectTitle
=
"
Jeecg-Boot 企业级低代码平台
"
let
projectTitle
=
"
物业管理
"
// 首页特殊处理
// 首页特殊处理
if
(
this
.
$route
.
path
===
indexKey
)
{
if
(
this
.
$route
.
path
===
indexKey
)
{
document
.
title
=
projectTitle
document
.
title
=
projectTitle
...
...
ant-design-vue-jeecg/src/views/user/oauth2/OAuth2Login.vue
View file @
0291cabe
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<div
id=
"loader"
></div>
<div
id=
"loader"
></div>
<div
class=
"loader-section section-left"
></div>
<div
class=
"loader-section section-left"
></div>
<div
class=
"loader-section section-right"
></div>
<div
class=
"loader-section section-right"
></div>
<div
class=
"load_title"
>
正在登录
JeecgBoot 低代码平台
,请耐心等待
</div>
<div
class=
"load_title"
>
正在登录,请耐心等待
</div>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
...
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