init project
This commit is contained in:
19
src/views/CA/Index.vue
Normal file
19
src/views/CA/Index.vue
Normal file
@@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<div class="ca_index">
|
||||
数字证书管理
|
||||
<router-view></router-view>
|
||||
</div>
|
||||
</template>
|
||||
<style lang="less" scoped></style>
|
||||
<script>
|
||||
import { get } from "@/services/http.js";
|
||||
|
||||
export default {
|
||||
name: "index",
|
||||
components: {},
|
||||
async created() {
|
||||
var res = await get("/api2/dictionary/children", { code: "abc" });
|
||||
console.log(res);
|
||||
}
|
||||
};
|
||||
</script>
|
||||
7
src/views/CA/UnitApply.vue
Normal file
7
src/views/CA/UnitApply.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<div class="ca_apply">
|
||||
ca_unit_apply
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script></script>
|
||||
7
src/views/CA/UserApply.vue
Normal file
7
src/views/CA/UserApply.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<div class="ca_apply">
|
||||
ca_user_apply
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script></script>
|
||||
Reference in New Issue
Block a user