Browse Source

调整参数

master
xyiege 5 months ago
parent
commit
bdbed2b471
  1. 2
      vue/afvue/src/views/Dashboard.vue

2
vue/afvue/src/views/Dashboard.vue

@ -6,7 +6,7 @@
<span class="dstit">{{index+1}} {{ item.addr }} 服务器概况</span> <span class="dstit">{{index+1}} {{ item.addr }} 服务器概况</span>
<div class="dsinfo"> <div class="dsinfo">
<router-link :to="'/flist?srcip='+item.token+'&sport='+item.sport" class="dsbtn green">文件浏览器</router-link> <router-link :to="'/flist?srcip='+item.token+'&sport='+item.port" class="dsbtn green">文件浏览器</router-link>
<a href="" class="dsbtn green">代码对比</a> <a href="" class="dsbtn green">代码对比</a>
</div> </div>
<div class="dscon"> <div class="dscon">

Loading…
Cancel
Save