Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
supervise-front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
5
Issues
5
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
牛晓林
supervise-front
Commits
abd8f07a
Commit
abd8f07a
authored
Aug 28, 2019
by
niuxiaolin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复普通干线未加载
parent
819c1720
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
default.service.ts
src/app/api/api/default.service.ts
+2
-2
modal.component.less
src/app/modal/modal.component.less
+1
-1
qs-mark.component.less
src/app/qs-mark/qs-mark.component.less
+1
-0
video.component.ts
src/app/video/video.component.ts
+1
-1
No files found.
src/app/api/api/default.service.ts
View file @
abd8f07a
...
@@ -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;
...
...
src/app/modal/modal.component.less
View file @
abd8f07a
...
@@ -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.
7
5;
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;
...
...
src/app/qs-mark/qs-mark.component.less
View file @
abd8f07a
...
@@ -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 {
...
...
src/app/video/video.component.ts
View file @
abd8f07a
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment