Commit 5e7d4921 authored by wangqinghua's avatar wangqinghua

路由重定向

parent 2e1f8855
......@@ -41,7 +41,7 @@ Module ng g module my-module
v2.0.1 修复选择节点之后 流量查询不出来
****上传文件到服务器******
scp -r 22 build/master root@10.10.38.99:/home/nginx/www
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/html/www/
......
......@@ -77,7 +77,7 @@
</div>
</div>
</div>
<div #rightDiv nz-col nzSpan="8" class="rightDiv">
<div #rightDiv nz-col nzSpan="8" class="rightDiv" style="height: 500px;">
<h2>资源数量统计<span><span class="main-color-font">{{deviceNo}}</span>个资源</span></h2>
<div echarts [options]="rightTwoChart" style="height: 250px;width: 100%;margin-top: 50px"></div>
</div>
......
......@@ -163,7 +163,7 @@ export class NeTopologyComponent implements OnInit, DoCheck, AfterViewInit, OnDe
myCanvas.width = myCanvas.width * ratio;
myCanvas.height = myCanvas.height * ratio;
context.scale(ratio, ratio);
// context.scale(ratio, ratio);
editor.loadTopology('', '', 'img/backimg.png', canvasWidth, canvasHeight);
}
......
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