Commit abd8f07a by niuxiaolin

修复普通干线未加载

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