174 lines
4.4 KiB
TypeScript
174 lines
4.4 KiB
TypeScript
/** @format */
|
|
|
|
import dashboard from "@/assets/icons/dashboard.svg";
|
|
import bucket from "@/assets/icons/bucket.svg";
|
|
import file from "@/assets/icons/file.svg";
|
|
import share from "@/assets/icons/share.svg";
|
|
import user from "@/assets/icons/user.svg";
|
|
import userInfo from "@/assets/icons/userInfo.svg";
|
|
import setting from "@/assets/icons/setting.svg";
|
|
import aliyun from "@/assets/icons/aliyun.svg";
|
|
import tencent from "@/assets/icons/tencent.svg";
|
|
import huawei from "@/assets/icons/huawei.svg";
|
|
import baiduyun from "@/assets/icons/baiduyun.svg";
|
|
import minio from "@/assets/icons/minio.svg";
|
|
import jdyun from "@/assets/icons/jdyun.svg";
|
|
import aws from "@/assets/icons/aws.svg";
|
|
import wangyi from "@/assets/icons/wangyi.svg";
|
|
import qiniu from "@/assets/icons/qiniu.svg";
|
|
import upyun from "@/assets/icons/upyun.svg";
|
|
import pinanyun from "@/assets/icons/pinanyun.svg";
|
|
import qingyun from "@/assets/icons/qingyun.svg";
|
|
import ucloud from "@/assets/icons/ucloud.svg";
|
|
import jinshan from "@/assets/icons/jinshan.svg";
|
|
export default {
|
|
route: {
|
|
path: "/",
|
|
routes: [
|
|
{
|
|
index: true,
|
|
path: "main/home",
|
|
name: "仪表盘",
|
|
icon: dashboard,
|
|
},
|
|
{
|
|
path: "main/bucket",
|
|
name: "存储桶",
|
|
icon: bucket,
|
|
},
|
|
{
|
|
path: "main/file",
|
|
name: "我的文件",
|
|
icon: file,
|
|
},
|
|
{
|
|
path: "main/share",
|
|
name: "分享圈",
|
|
icon: share,
|
|
},
|
|
{
|
|
path: "/",
|
|
name: "个人中心",
|
|
icon: user,
|
|
routes: [
|
|
{
|
|
index: true,
|
|
path: "main/user/info",
|
|
name: "用户信息",
|
|
icon: userInfo,
|
|
},
|
|
{
|
|
path: "main/user/setting",
|
|
name: "用户设置",
|
|
icon: setting,
|
|
},
|
|
],
|
|
},
|
|
],
|
|
},
|
|
location: {
|
|
pathname: "/",
|
|
},
|
|
appList: [
|
|
{
|
|
icon: aliyun,
|
|
title: "阿里云OSS",
|
|
desc: "一款海量、安全、低成本、高可靠的云存储服务",
|
|
url: "https://www.aliyun.com/product/oss",
|
|
target: "_blank",
|
|
},
|
|
{
|
|
icon: tencent,
|
|
title: "腾讯云COS",
|
|
desc: "由腾讯云推出的分布式存储服务。",
|
|
url: "https://cloud.tencent.com/product/cos",
|
|
target: "_blank",
|
|
},
|
|
{
|
|
icon: huawei,
|
|
title: "华为云OBS",
|
|
desc: "安全稳定、性能领先、无限弹性扩展的存储能力",
|
|
url: "https://www.huaweicloud.com/intl/zh-cn/product/obs.html",
|
|
target: "_blank",
|
|
},
|
|
{
|
|
icon: baiduyun,
|
|
title: "百度云BOS",
|
|
desc: "一款稳定、安全、高效、高可拓展的云存储服务",
|
|
url: "https://cloud.baidu.com/product/bos.html",
|
|
target: "_blank",
|
|
},
|
|
|
|
{
|
|
icon: minio,
|
|
title: "MinIO",
|
|
desc: "MinIO 是一款高性能、兼容 S3 的对象存储。",
|
|
url: "https://min.io/",
|
|
target: "_blank",
|
|
},
|
|
{
|
|
icon: jdyun,
|
|
title: "京东云OSS",
|
|
desc: "京东云自研的存储海量数据的分布式存储服务",
|
|
url: "https://www.jdcloud.com/cn/products/object-storage-service",
|
|
target: "_blank",
|
|
},
|
|
{
|
|
icon: aws,
|
|
title: "亚马逊S3 ",
|
|
desc: "专为任意位置检索任意数量数据的对象存储",
|
|
url: "https://aws.amazon.com/cn/s3/?nc2=h_ql_prod_st_s3",
|
|
target: "_blank",
|
|
},
|
|
{
|
|
icon: wangyi,
|
|
title: "网易数帆",
|
|
desc: "高可用、高可靠、高性能的云端存储服务",
|
|
url: "https://sf.163.com/product/nos",
|
|
target: "_blank",
|
|
},
|
|
{
|
|
icon: qiniu,
|
|
title: "七牛云 Kodo",
|
|
desc: "非结构化数据存储管理平台,支持中心和边缘存储",
|
|
url: "https://www.qiniu.com/products/kodo",
|
|
target: "_blank",
|
|
},
|
|
{
|
|
icon: upyun,
|
|
title: "又拍云 USS",
|
|
desc: "面向非结构化数据的对象存储服务",
|
|
url: "https://www.upyun.com/products/file-storage",
|
|
target: "_blank",
|
|
},
|
|
{
|
|
icon: pinanyun,
|
|
title: "平安云OBS",
|
|
desc: "基于大规模分布式高并发存储框架的云存储服务",
|
|
url: "https://yun.pingan.com/ssr/products/OBS",
|
|
target: "_blank",
|
|
},
|
|
{
|
|
icon: qingyun,
|
|
title: "青云",
|
|
desc: "安全可靠、低成本的云端存储服务",
|
|
url: "https://www.qingcloud.com/products/objectstorage/",
|
|
target: "_blank",
|
|
},
|
|
{
|
|
icon: ucloud,
|
|
title: "优刻得US3",
|
|
desc: "为互联网应用提供非结构化文件云存储的服务",
|
|
url: "https://www.ucloud.cn/site/product/ufile.html",
|
|
target: "_blank",
|
|
},
|
|
{
|
|
icon: jinshan,
|
|
title: "金山云OBS",
|
|
desc: "金山云分布式对象存储 KingStorage-OBS",
|
|
url: "https://www.ksyun.com/nv/product/ES10000.html",
|
|
target: "_blank",
|
|
},
|
|
],
|
|
};
|