Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
4dcaf5fa
Commit
4dcaf5fa
authored
Jul 22, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交修改门户口号
parent
8c9bada0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
7 deletions
+17
-7
portal-manager-ui/admin/src/views/signIn/signIn.vue
portal-manager-ui/admin/src/views/signIn/signIn.vue
+11
-2
portal-manager-ui/admin/src/views/siteArrange/siteArrange.vue
...al-manager-ui/admin/src/views/siteArrange/siteArrange.vue
+6
-5
No files found.
portal-manager-ui/admin/src/views/signIn/signIn.vue
View file @
4dcaf5fa
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
>
>
<div
class=
"main h-full w-full flex items-center justify-between"
>
<div
class=
"main h-full w-full flex items-center justify-between"
>
<div
class=
"slogan"
>
<div
class=
"slogan"
>
<p
class=
"slogan-text slogan-text-1 mb-12"
>
{{
sloganTitle
}}
</p>
<p
class=
"slogan-text slogan-text-1 mb-12"
v-html=
"sloganTitle"
>
</p>
<!--
<p
class=
"slogan-text slogan-text-2"
>
似烟·似梦·似天堂
</p>
-->
<!--
<p
class=
"slogan-text slogan-text-2"
>
似烟·似梦·似天堂
</p>
-->
</div>
</div>
<div
class=
"w-[490px] h-[660px]"
>
<div
class=
"w-[490px] h-[660px]"
>
...
@@ -352,7 +352,16 @@ export default {
...
@@ -352,7 +352,16 @@ export default {
getSlogan
(
"
title
"
).
then
((
res
)
=>
{
getSlogan
(
"
title
"
).
then
((
res
)
=>
{
if
(
res
.
code
==
1
)
{
if
(
res
.
code
==
1
)
{
this
.
sloganTitle
=
res
.
data
;
this
.
sloganTitle
=
res
.
data
;
localStorage
.
setItem
(
"
sloganTitle
"
,
res
.
data
);
this
.
sloganTitle
=
"
似烟·
\n
似梦·似天堂
"
;
this
.
sloganTitle
=
this
.
sloganTitle
.
replace
(
/
(\n
|
\r
|
\r\n
|↵
)
/g
,
"
<br />
"
);
// let i = this.sloganTitle.indexOf("\n");
// let str1 = this.sloganTitle.substring(0, i);
// let str2 = this.sloganTitle.substring(3);
// this.sloganTitle = `
<
p
>
$
{
str1
}
<
/p><p>${str2}</
p
>
`;
localStorage.setItem("sloganTitle", this.sloganTitle);
}
}
});
});
},
},
...
...
portal-manager-ui/admin/src/views/siteArrange/siteArrange.vue
View file @
4dcaf5fa
<
template
>
<
template
>
<div
class=
"station w-full h-auto flex flex-col justify-between"
<div
:style=
"
{ backgroundImage: `url(${imgUrl})` }">
class=
"station w-full h-auto flex flex-col justify-between"
:style=
"
{ backgroundImage: `url(${imgUrl})` }"
>
<!-- 删除常用 -->
<!-- 删除常用 -->
<div
class=
"del-box"
:class=
"['del-box',
{ active: isDel }]">
<div
class=
"del-box"
:class=
"['del-box',
{ active: isDel }]">
<draggable
<draggable
...
@@ -27,9 +29,8 @@
...
@@ -27,9 +29,8 @@
color: #fff;
color: #fff;
margin-bottom: 20px;
margin-bottom: 20px;
"
"
>
v-html=
"sloganTitle"
{{
sloganTitle
}}
></h1>
</h1>
<div
class=
"slogan"
>
建设高效便民、智慧泛在的智慧政务大厅
</div>
<div
class=
"slogan"
>
建设高效便民、智慧泛在的智慧政务大厅
</div>
</div>
</div>
<!-- 站点 -->
<!-- 站点 -->
...
...
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