信息化建设部IT后台管理系统首页 - Vue3开发
<template>
<div>
<h1>信息化建设部IT后台管理</h1>
<h2>IP地址管理</h2>
<p>IP地址管理模块用于管理网络中的IP地址分配情况。</p>
<router-link to="/ip-address">查看详情</router-link>
<pre><code><h2>固定资产</h2>
<p>固定资产管理模块用于管理公司的IT固定资产。</p>
<router-link to="/fixed-assets">查看详情</router-link>
<h2>监控维护记录</h2>
<p>监控维护记录模块用于记录维护人员对系统进行的监控和维护操作。</p>
<router-link to="/monitor-maintenance">查看详情</router-link>
</code></pre>
</div>
</template>
<script>
export default {
name: "Home"
};
</script>
<style>
h1, h2 {
margin-bottom: 10px;
}
</style>
原文地址: https://www.cveoy.top/t/topic/qcTo 著作权归作者所有。请勿转载和采集!