Commit 0f965da5 authored by YIyiyi's avatar YIyiyi

pref:修改背景图

parent 04a3bf20
......@@ -2,7 +2,7 @@
node_modules
/dist
dist.zip
门户系统.zip
# local env files
.env.local
.env.*.local
......
portal-manager-ui/admin/src/assets/images/bg.jpg

620 KB

portal-manager-ui/admin/src/assets/images/bg2.jpg

755 KB

......@@ -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>
......@@ -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>
......@@ -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" }],
},
},
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment