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
......
......@@ -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;
......
......@@ -78,8 +78,7 @@ export default {
"_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;
......
......@@ -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