瀏覽代碼

fix: 前端页面修改云存储

Gosowong 2 年之前
父節點
當前提交
4908b68533
共有 1 個文件被更改,包括 17 次插入2 次删除
  1. 17 2
      template/admin/src/pages/setting/storage/index.vue

+ 17 - 2
template/admin/src/pages/setting/storage/index.vue

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