This commit is contained in:
fanxb 2022-11-16 17:04:53 +08:00
parent c70bc96584
commit 797268b13a

View File

@ -0,0 +1,18 @@
<template>
<div>应用管理</div>
</template>
<script setup>
import { onMounted, ref, reactive } from "vue";
import { get, post } from "../util/HttpUtil";
</script>
<style lang="less" scoped>
.title {
font-size: 2em;
font-weight: 600;
}
.captchaItem {
display: flex;
}
</style>