update:更新包版本全部引入antdv
This commit is contained in:
@@ -1,23 +1,19 @@
|
||||
<template>
|
||||
<div class="ca_index">
|
||||
<Space>
|
||||
<Button type="primary">
|
||||
<a-space>
|
||||
<a-button type="primary">
|
||||
<router-link to="/ca/userapply"> 个人数字证书申领入口 </router-link>
|
||||
</Button>
|
||||
<Button>
|
||||
</a-button>
|
||||
<a-button>
|
||||
<router-link to="/ca/unitapply"> 企业数字证书申领入口 </router-link>
|
||||
</Button>
|
||||
</Space>
|
||||
</a-button>
|
||||
</a-space>
|
||||
</div>
|
||||
<router-view></router-view>
|
||||
</template>
|
||||
<style lang="less" scoped></style>
|
||||
<script>
|
||||
import { Button, Space } from "ant-design-vue";
|
||||
// import { get } from "@/services/http.js";
|
||||
|
||||
export default {
|
||||
name: "index",
|
||||
components: { Button, Space }
|
||||
name: "index"
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user