cos upload

This commit is contained in:
zzc
2025-04-30 23:34:59 +08:00
parent 939c43f281
commit 496a0cce52
32 changed files with 475 additions and 517 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="index-container">
<el-row :gutter="20">
<!-- <el-row :gutter="20">
<el-col :lg="24" :md="24" :sm="24" :xl="24" :xs="24">
<el-alert v-if="noticeList">
<div style="display: flex; align-items: center; justify-content: center">
@@ -57,7 +57,7 @@
<el-card class="card" shadow="never">
<div slot="header">
<span>依赖信息</span>
<!-- <div style="float: right">部署时间:{{ updateTime }}</div> -->
<div style="float: right">部署时间:{{ updateTime }}</div>
</div>
<table class="table">
@@ -112,54 +112,22 @@
<vab-colorful-icon icon-class="vab" style="font-size: 140px" />
<h1 style="font-size: 30px">vue-admin-better</h1>
</div>
<div class="bottom-btn">
<el-popover placement="top" trigger="hover" width="250">
<p>
请我们喝杯咖啡付款后联系qq
783963206我们将邀请您加入我们的讨论群谢谢您愿意支持开源加群获取文档及基础模板群内大佬众多希望能帮到大家如情况不允许请勿勉强
</p>
<el-image :src="require('@/assets/zfb_kf.jpg')" />
<a slot="reference" target="_blank">
<el-button type="primary">QQ讨论群基础版文档</el-button>
</a>
</el-popover>
<a href="https://github.com/zxwk1998/vue-admin-better" target="_blank">
<el-button type="plain">vue2.x版本 github下载源码点star</el-button>
</a>
<a href="https://gitee.com/chu1204505056/vue-admin-better" target="_blank">
<el-button type="plain">vue2.x版本 码云下载源码点star</el-button>
</a>
<a href="https://github.com/zxwk1998/vue-admin-arco" target="_blank">
<el-button type="plain">vue3.x版本 github下载源码点star</el-button>
</a>
<a href="https://vuejs-core.cn/admin-pro" target="_blank">
<el-button type="primary">Admin Pro 699</el-button>
</a>
<a href="https://vuejs-core.cn/admin-plus" target="_blank">
<el-button type="primary">Admin Plus 799</el-button>
</a>
<a href="https://vuejs-core.cn/shop-vite" target="_blank">
<el-button type="success">Shop Vite 1899</el-button>
</a>
<a @click="handleChangeTheme">
<el-button type="danger">修改主题和布局</el-button>
</a>
</div>
<div class="bottom-btn"></div>
</el-card>
</el-col>
</el-row>
</el-row> -->
</div>
</template>
<script>
import VabChart from '@/plugins/echarts'
// import VabChart from '@/plugins/echarts'
import { dependencies, devDependencies } from '../../../package.json'
import { getNoticeList } from '@/api/notice'
export default {
name: 'Index',
components: {
VabChart,
// VabChart,
},
data() {
return {