feat: oss config

This commit is contained in:
dap
2024-09-18 15:19:37 +08:00
parent 64218084bb
commit ad342810e3
7 changed files with 374 additions and 4 deletions

View File

@@ -1,9 +1,13 @@
<script setup lang="ts">
import CommonSkeleton from '#/views/common';
import { useRouter } from 'vue-router';
import { Page } from '@vben/common-ui';
const router = useRouter();
</script>
<template>
<div>
<CommonSkeleton />
</div>
<Page>
<a-button @click="() => router.push('/system/oss-config')">配置</a-button>
</Page>
</template>