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
9fdd0822
Commit
9fdd0822
authored
Jul 31, 2019
by
niuxiaolin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
latset
parent
1e92aee8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
9 deletions
+10
-9
package.json
package.json
+1
-1
default.service.ts
src/app/api/api/default.service.ts
+3
-2
main.component.html
src/app/main/main.component.html
+5
-5
main.component.less
src/app/main/main.component.less
+1
-1
No files found.
package.json
View file @
9fdd0822
...
...
@@ -4,7 +4,7 @@
"scripts"
:
{
"ng"
:
"ng"
,
"start"
:
"ng serve --proxy--config proxy.json"
,
"build"
:
"ng build --prod --build-optimizer
&& npm run remove-to && npm run create && npm run copy-to
"
,
"build"
:
"ng build --prod --build-optimizer "
,
"remove-to"
:
"rd /s /q D:
\\
projects
\\
supervise
\\
src
\\
main
\\
resources
\\
static"
,
"create"
:
"mkdir D:
\\
projects
\\
supervise
\\
src
\\
main
\\
resources
\\
static"
,
"copy-to"
:
" powershell -command
\"
Copy-Item D:
\\
projects
\\
map
\\
dist
\\
map
\\
* -Destination D:
\\
projects
\\
supervise
\\
src
\\
main
\\
resources
\\
static
\\
-Recurse
\"
"
,
...
...
src/app/api/api/default.service.ts
View file @
9fdd0822
...
...
@@ -41,8 +41,9 @@ import { Observable } from 'rxjs';
@
Injectable
()
export
class
DefaultService
{
// public basePath = 'http://localhost:8081';
public
basePath
=
'http://192.168.19.200:8081'
;
public
basePath
=
'http://localhost:8081'
;
//public basePath = 'http://192.168.19.200:8081';
public
defaultHeaders
=
new
HttpHeaders
();
public
configuration
=
new
Configuration
();
...
...
src/app/main/main.component.html
View file @
9fdd0822
...
...
@@ -304,21 +304,21 @@
<span
class=
"tooltiptextx"
>
视频监控
</span>
</div>
<div
class=
"tooltip"
>
<img
alt=
"视频监控"
(
click
)="
goToVideo
()"
class=
"tooltip"
src=
"/assets/baseline-security.svg"
>
<img
alt=
"视频监控"
class=
"tooltip"
src=
"/assets/baseline-security.svg"
>
<span
class=
"tooltiptextx"
>
质量安全监管
</span>
</div>
<div
class=
"tooltip"
>
<img
alt=
"视频监控"
(
click
)="
goToVideo
()"
class=
"tooltip"
src=
"/assets/baseline-assessment.svg"
>
<img
alt=
"视频监控"
class=
"tooltip"
src=
"/assets/baseline-assessment.svg"
>
<span
class=
"tooltiptextx"
>
建设程序监管
</span>
</div>
<div
class=
"tooltip"
>
<img
alt=
"视频监控"
(
click
)="
goToVideo
()"
class=
"tooltip"
src=
"/assets/baseline-featured_play.svg"
>
<span
class=
"tooltiptextx"
>
视频监控
</span>
<img
alt=
"视频监控"
class=
"tooltip"
src=
"/assets/baseline-featured_play.svg"
>
<span
class=
"tooltiptextx"
>
投资监管
</span>
</div>
<div
class=
"tooltip"
>
<img
alt=
"视频监控"
(
click
)="
goToVideo
()"
class=
"tooltip"
src=
"/assets/baseline-table_chart-24px.svg"
>
<img
alt=
"视频监控"
class=
"tooltip"
src=
"/assets/baseline-table_chart-24px.svg"
>
<span
class=
"tooltiptextx"
>
造价监管
</span>
...
...
src/app/main/main.component.less
View file @
9fdd0822
...
...
@@ -127,7 +127,7 @@ fieldset{
background: #c1d9ef;
font-weight: bolder;
font-size: larger;
border-radius: 8px;
&:hover{
background: #00daff33;
padding: 0.5em;
...
...
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