@@ -158,8 +158,8 @@ export default {
justify-content: center;
align-items: center;
height: 100%;
- background-image: url("../assets/image/CPMS20210107.jpg");
- //background-image: url("../assets/image/CPMS20211128.jpg");
+ //background-image: url("../assets/image/CPMS20210107.jpg");
+ background-image: url("../assets/image/CPMS20211128.jpg");
background-size: cover;
}
.title {
@@ -184,7 +184,7 @@ export default {
let routeData = this.$router.resolve({
path: "/elecDashboard",
});
- window.open(routeData.href, '_blank');
+ window.open('/cpms/index.html#/elecDashboard', '_blank');
};
@@ -229,7 +229,7 @@
path: "/BCCdashboard",
+ window.open('/cpms/index.html#/BCCdashboard', '_blank');
// window.open('index.html#/bccHome?redirect=%2Findex');//path是文件的全路径地址cpms/index.html#/login?redirect=%2Findex