edu/admin/src/views/setting/storage/index.vue

19 lines
541 B
Vue
Raw Normal View History

<template>
<div class="storage">
<el-card shadow="never">
<el-alert
class="xxl"
title="温馨提示1.切换存储方式后需要将资源文件传输至新的存储端2.请勿随意切换存储方式,可能导致图片无法查看"
type="primary"
:closable="false"
show-icon
>
</el-alert>
</el-card>
</div>
</template>
<script setup lang="ts"></script>
<style lang="scss" scoped></style>