|
@@ -29,6 +29,15 @@
|
|
|
<p v-if="currentTab == 4">
|
|
<p v-if="currentTab == 4">
|
|
|
腾讯云cos开通方法:<a href="https://doc.crmeb.com/web/single/crmeb_v4/986" target="_blank">点击查看</a>
|
|
腾讯云cos开通方法:<a href="https://doc.crmeb.com/web/single/crmeb_v4/986" target="_blank">点击查看</a>
|
|
|
</p>
|
|
</p>
|
|
|
|
|
+ <p v-if="currentTab == 5">
|
|
|
|
|
+ 京东云cos开通方法:<a href="https://doc.crmeb.com/web/single/crmeb_v4/986" target="_blank">点击查看</a>
|
|
|
|
|
+ </p>
|
|
|
|
|
+ <p v-if="currentTab == 6">
|
|
|
|
|
+ 华为云cos开通方法:<a href="https://doc.crmeb.com/web/single/crmeb_v4/986" target="_blank">点击查看</a>
|
|
|
|
|
+ </p>
|
|
|
|
|
+ <p v-if="currentTab == 7">
|
|
|
|
|
+ 天翼云cos开通方法:<a href="https://doc.crmeb.com/web/single/crmeb_v4/986" target="_blank">点击查看</a>
|
|
|
|
|
+ </p>
|
|
|
<p>第一步: 添加【存储空间】(空间名称不能重复)</p>
|
|
<p>第一步: 添加【存储空间】(空间名称不能重复)</p>
|
|
|
<p>第二步: 开启【使用状态】</p>
|
|
<p>第二步: 开启【使用状态】</p>
|
|
|
<template v-if="currentTab == 2">
|
|
<template v-if="currentTab == 2">
|
|
@@ -52,6 +61,9 @@
|
|
|
<Radio label="2">七牛云存储</Radio>
|
|
<Radio label="2">七牛云存储</Radio>
|
|
|
<Radio label="3">阿里云存储</Radio>
|
|
<Radio label="3">阿里云存储</Radio>
|
|
|
<Radio label="4">腾讯云存储</Radio>
|
|
<Radio label="4">腾讯云存储</Radio>
|
|
|
|
|
+ <Radio label="5">京东云存储</Radio>
|
|
|
|
|
+ <Radio label="6">华为云存储</Radio>
|
|
|
|
|
+ <Radio label="7">天翼云存储</Radio>
|
|
|
</RadioGroup>
|
|
</RadioGroup>
|
|
|
<!-- <i-switch
|
|
<!-- <i-switch
|
|
|
v-model="localStorage"
|
|
v-model="localStorage"
|
|
@@ -322,7 +334,7 @@
|
|
|
</Card>
|
|
</Card>
|
|
|
</div>
|
|
</div>
|
|
|
<!-- 缩略图配置 -->
|
|
<!-- 缩略图配置 -->
|
|
|
- <div class="pt10" v-else-if="currentTab == 5"></div>
|
|
|
|
|
|
|
+ <div class="pt10" v-else-if="currentTab == 10">我去恶趣味我去</div>
|
|
|
<div class="pt10" v-else>
|
|
<div class="pt10" v-else>
|
|
|
<Card :bordered="false" dis-hover class="ivu-mt">
|
|
<Card :bordered="false" dis-hover class="ivu-mt">
|
|
|
<Row type="flex" class="mb20">
|
|
<Row type="flex" class="mb20">
|
|
@@ -482,7 +494,10 @@ export default {
|
|
|
{ label: '七牛云储存', value: '2' },
|
|
{ label: '七牛云储存', value: '2' },
|
|
|
{ label: '阿里云储存', value: '3' },
|
|
{ label: '阿里云储存', value: '3' },
|
|
|
{ label: '腾讯云储存', value: '4' },
|
|
{ label: '腾讯云储存', value: '4' },
|
|
|
- // { label: "缩略图配置", value: "5" },
|
|
|
|
|
|
|
+ { label: '京东云储存', value: '5' },
|
|
|
|
|
+ { label: '华为云储存', value: '6' },
|
|
|
|
|
+ { label: '天翼云储存', value: '7' },
|
|
|
|
|
+ // { label: "缩略图配置", value: "10" },
|
|
|
],
|
|
],
|
|
|
columns: [
|
|
columns: [
|
|
|
{
|
|
{
|