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
0f965da5
Commit
0f965da5
authored
2 years ago
by
YIyiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:修改背景图
parent
04a3bf20
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
11 deletions
+11
-11
portal-manager-ui/admin/.gitignore
portal-manager-ui/admin/.gitignore
+1
-1
portal-manager-ui/admin/src/assets/images/bg.jpg
portal-manager-ui/admin/src/assets/images/bg.jpg
+0
-0
portal-manager-ui/admin/src/assets/images/bg2.jpg
portal-manager-ui/admin/src/assets/images/bg2.jpg
+0
-0
portal-manager-ui/admin/src/views/dataAdmin/dataAdmin.vue
portal-manager-ui/admin/src/views/dataAdmin/dataAdmin.vue
+3
-2
portal-manager-ui/admin/src/views/siteArrange/siteArrange.vue
...al-manager-ui/admin/src/views/siteArrange/siteArrange.vue
+5
-6
portal-manager-ui/admin/vue.config.js
portal-manager-ui/admin/vue.config.js
+2
-2
No files found.
portal-manager-ui/admin/.gitignore
View file @
0f965da5
...
...
@@ -2,7 +2,7 @@
node_modules
/dist
dist.zip
门户系统.zip
# local env files
.env.local
.env.*.local
...
...
This diff is collapsed.
Click to expand it.
portal-manager-ui/admin/src/assets/images/bg.jpg
0 → 100644
View file @
0f965da5
620 KB
This diff is collapsed.
Click to expand it.
portal-manager-ui/admin/src/assets/images/bg2.jpg
0 → 100644
View file @
0f965da5
755 KB
This diff is collapsed.
Click to expand it.
portal-manager-ui/admin/src/views/dataAdmin/dataAdmin.vue
View file @
0f965da5
...
...
@@ -273,7 +273,8 @@ export default {
height: 100%;
width: 100%;
// min-height: 960px;
background: url("~@/assets/images/zhandian.jpg") center no-repeat;
// background: url("~@/assets/images/zhandian.jpg") center no-repeat;
background: url("../../assets/images/bg2.jpg") center no-repeat;
background-size: cover;
padding-top: @headerH;
display: flex;
...
...
@@ -472,4 +473,4 @@ export default {
}
}
}
</
style
>
\ No newline at end of file
</
style
>
This diff is collapsed.
Click to expand it.
portal-manager-ui/admin/src/views/siteArrange/siteArrange.vue
View file @
0f965da5
...
...
@@ -74,12 +74,11 @@ export default {
});
window
.
open
(
`
${
href
}
?token=
${
token
}
&siteid=
${
siteid
}
&siteName=
${
siteName
}
&userInfo=
${
userInfo
}
`
,
"
_blank
"
`
${
href
}
?token=
${
token
}
&siteid=
${
siteid
}
&siteName=
${
siteName
}
&userInfo=
${
userInfo
}
`
,
"
_blank
"
);
/* if (reg.test(href)) {
/* if (reg.test(href)) {
window.open(
`${href}?token=${token}&siteid=${siteid}&siteName=${siteName}&userInfo=${userInfo}`,
"_blank"
...
...
@@ -95,7 +94,7 @@ export default {
.station {
width: 100%;
height: 100%;
background: url("~@/assets/images/
zhandian
.jpg") center no-repeat;
background: url("~@/assets/images/
bg
.jpg") center no-repeat;
background-size: cover;
position: relative;
padding-top: @headerH;
...
...
@@ -166,4 +165,4 @@ export default {
}
}
}
</
style
>
\ No newline at end of file
</
style
>
This diff is collapsed.
Click to expand it.
portal-manager-ui/admin/vue.config.js
View file @
0f965da5
...
...
@@ -9,8 +9,8 @@ if (!isDev) {
events
:
{
onEnd
:
{
mkdir
:
[
"
./dist
"
],
delete
:
[
"
./
dist
.zip
"
],
archive
:
[{
source
:
"
./dist
"
,
destination
:
"
./
dist
.zip
"
}],
delete
:
[
"
./
门户系统
.zip
"
],
archive
:
[{
source
:
"
./dist
"
,
destination
:
"
./
门户系统
.zip
"
}],
},
},
})
...
...
This diff is collapsed.
Click to expand it.
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