Commit abd8f07a by niuxiaolin

修复普通干线未加载

parent 819c1720
......@@ -52,8 +52,8 @@ export class DefaultService {
if(environment.production){
this.basePath="./";
}else{
this.basePath = "http://localhost:8008";
// this.basePath = "http://192.168.19.199";
// this.basePath = "http://localhost:8008";
this.basePath = "http://192.168.19.199";
}
// if (basePath) {
// this.basePath = basePath;
......
......@@ -37,7 +37,7 @@ jw-modal {
/* semi-transparent black */
background-color: #000;
opacity: 0.75;
opacity: 0.5;
/* z-index must be below .jw-modal and above everything else */
z-index: 900;
......
......@@ -21,6 +21,7 @@
position: absolute;
width: 100%;
height: 100%;
opacity: 0.5;
}
.aside {
......
......@@ -33,7 +33,7 @@ export class VideoComponent implements OnInit {
nodes = [
{ title: '高速公路', key: '1' },
{ title: '普通干线', key: '0' }
{ title: '普通干线', key: '2' }
];
nzEvent(event: Required<NzFormatEmitEvent>): void {
......
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