Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
2e3050ea
authored
2023-05-17 15:52:52 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:头部信息修改
1 parent
02eedc28
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
5 deletions
public/config.json
public/configBase.json
public/configT.json
src/utils/get-page-title.js
public/config.json
View file @
2e3050e
{
"TITLE"
:
"不动产登记系统"
,
"SERVERAPI"
:
"/bdcdj"
}
\ No newline at end of file
...
...
public/configBase.json
View file @
2e3050e
{
"TITLE"
:
"不动产登记系统"
,
"SERVERAPI"
:
"/bdcdj"
}
\ No newline at end of file
...
...
public/configT.json
View file @
2e3050e
{
"TITLE"
:
"不动产登记系统"
,
"SERVERAPI"
:
"service-bdcdj-th"
}
\ No newline at end of file
...
...
src/utils/get-page-title.js
View file @
2e3050e
// 获取浏览器便签标题
import
defaultSettings
from
'@/settings'
/*
* @Description: 获取浏览器便签标题
* @Autor: renchao
* @LastEditTime: 2023-05-17 15:51:27
*/
import
Vue
from
'vue'
const
title
=
Vue
.
prototype
.
BASE_API
.
TITLE
const
title
=
defaultSettings
.
title
||
'厦门市房屋数据服务平台'
export
default
function
getPageTitle
(
pageTitle
)
{
export
default
function
getPageTitle
(
pageTitle
)
{
if
(
pageTitle
)
{
return
`
${
pageTitle
}
-
${
title
}
`
}
...
...
Please
register
or
sign in
to post a comment