Commit 0f965da5 authored by YIyiyi's avatar YIyiyi

pref:修改背景图

parent 04a3bf20
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
node_modules node_modules
/dist /dist
dist.zip dist.zip
门户系统.zip
# local env files # local env files
.env.local .env.local
.env.*.local .env.*.local
......
...@@ -273,7 +273,8 @@ export default { ...@@ -273,7 +273,8 @@ export default {
height: 100%; height: 100%;
width: 100%; width: 100%;
// min-height: 960px; // 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; background-size: cover;
padding-top: @headerH; padding-top: @headerH;
display: flex; display: flex;
...@@ -472,4 +473,4 @@ export default { ...@@ -472,4 +473,4 @@ export default {
} }
} }
} }
</style> </style>
\ No newline at end of file
...@@ -74,12 +74,11 @@ export default { ...@@ -74,12 +74,11 @@ export default {
}); });
window.open( window.open(
`${href}?token=${token}&siteid=${siteid}&siteName=${siteName}&userInfo=${userInfo}`, `${href}?token=${token}&siteid=${siteid}&siteName=${siteName}&userInfo=${userInfo}`,
"_blank" "_blank"
); );
/* if (reg.test(href)) {
/* if (reg.test(href)) {
window.open( window.open(
`${href}?token=${token}&siteid=${siteid}&siteName=${siteName}&userInfo=${userInfo}`, `${href}?token=${token}&siteid=${siteid}&siteName=${siteName}&userInfo=${userInfo}`,
"_blank" "_blank"
...@@ -95,7 +94,7 @@ export default { ...@@ -95,7 +94,7 @@ export default {
.station { .station {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url("~@/assets/images/zhandian.jpg") center no-repeat; background: url("~@/assets/images/bg.jpg") center no-repeat;
background-size: cover; background-size: cover;
position: relative; position: relative;
padding-top: @headerH; padding-top: @headerH;
...@@ -166,4 +165,4 @@ export default { ...@@ -166,4 +165,4 @@ export default {
} }
} }
} }
</style> </style>
\ No newline at end of file
...@@ -9,8 +9,8 @@ if (!isDev) { ...@@ -9,8 +9,8 @@ if (!isDev) {
events: { events: {
onEnd: { onEnd: {
mkdir: ["./dist"], mkdir: ["./dist"],
delete: ["./dist.zip"], delete: ["./门户系统.zip"],
archive: [{ source: "./dist", destination: "./dist.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