Commit 3d4e50b0 authored by wangqinghua's avatar wangqinghua

路由重定向

parent d7bd09f4
...@@ -41,9 +41,9 @@ Module ng g module my-module ...@@ -41,9 +41,9 @@ Module ng g module my-module
v2.0.1 修复选择节点之后 流量查询不出来 v2.0.1 修复选择节点之后 流量查询不出来
****上传文件到服务器****** ****上传文件到服务器******
scp -r 22 build/www root@10.10.38.99:/home/nginx scp -r 22 build/master root@10.10.38.99:/home/nginx/www
scp -r 22 build/wx root@10.10.38.99:/home/nginx/www scp -r 22 build/wx root@10.10.38.99:/home/nginx/html/www/
git 命令: git 命令:
创建分支 git checkout -b test 创建分支 git checkout -b test
......
...@@ -79,7 +79,6 @@ ...@@ -79,7 +79,6 @@
</div> </div>
<div #rightDiv nz-col nzSpan="8" class="rightDiv"> <div #rightDiv nz-col nzSpan="8" class="rightDiv">
<h2>资源数量统计<span><span class="main-color-font">{{deviceNo}}</span>个资源</span></h2> <h2>资源数量统计<span><span class="main-color-font">{{deviceNo}}</span>个资源</span></h2>
<div echarts [options]="rightOneChart" style="height: 250px;width: 100%"></div>
<div echarts [options]="rightTwoChart" style="height: 250px;width: 100%"></div> <div echarts [options]="rightTwoChart" style="height: 250px;width: 100%"></div>
</div> </div>
</div> </div>
......
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