温红权 3 years ago
parent
commit
a8f90599ae
1 changed files with 6 additions and 1 deletions
  1. 6 1
      ruoyi-ui/src/views/home.vue

+ 6 - 1
ruoyi-ui/src/views/home.vue

@@ -105,8 +105,13 @@
         </div>
       </div>
     </div>
-
+     <div style="position: absolute;right: 0;color: white;top: 20rem;font-size: 11rem;">
+       <div style="display: inline-block;margin-right:6rem"><a href="http://198.17.188.2">光谱</a></div>
+       <div style="display: inline-block;margin-right:6rem"><a href="http://198.17.188.2">嗅探</a></div>
+       <div style="display: inline-block;margin-right:20rem"><a href="http://198.17.188.6:8090/">黑烟</a></div>
+     </div>
     <div class="center_content">
+
       <xtTable v-show="showTable == 1"></xtTable>
       <userTable v-if="showTable==2"></userTable>
       <deptTable v-if="showTable==3"></deptTable>