Forráskód Böngészése

配置项修改,新增飞书配置

吴树波 2 napja
szülő
commit
cf4b7cc618

+ 2 - 1
src/views/qw/massSendLog/index.vue

@@ -85,6 +85,7 @@
                   <span v-if="item.contentType == 8">视频号</span>
                   <span v-if="item.contentType == 9">APP</span>
                   <span v-if="item.contentType == 17">飞书</span>
+                  <span v-if="item.contentType == 18">飞书NEW</span>
                   <span v-if="item.contentType == 10">自定义小程序</span>
                   <span v-if="item.contentType == 11">群公告</span>
                 </div>
@@ -96,7 +97,7 @@
                     fit="contain"
                     @click.prevent="openImageViewer(item.imgUrl)" />
                 </div>
-                <div v-if="item.contentType == 3 || item.contentType == 9 || item.contentType == 17" class="message-style">
+                <div v-if="item.contentType == 3 || item.contentType == 9 || item.contentType == 17 || item.contentType == 18" class="message-style">
                   <div
                     style="background-color: white; padding: 10px; width: 100%"
                     @click="openLink(item.linkUrl)">

+ 5 - 0
src/views/system/config/config.vue

@@ -1362,6 +1362,11 @@
               <el-input v-model="form18.mpAppId"></el-input>
             </el-tooltip>
           </el-form-item>
+          <el-form-item label="飞书服务号AppID">
+            <el-tooltip class="item" effect="dark" content="飞书NEW领取页授权用服务号AppID,须与播放源已配secret的服务号一致" placement="top-end">
+              <el-input v-model="form18.feishuMpAppId"></el-input>
+            </el-tooltip>
+          </el-form-item>
 
           <el-form-item label="小程序appid">
             <el-tooltip class="item" effect="dark" content="小程序appid" placement="top-end">

+ 5 - 0
src/views/system/config/config2.vue

@@ -951,6 +951,11 @@
                <el-input  v-model="form18.mpAppId"  ></el-input>
              </el-tooltip>
            </el-form-item>
+           <el-form-item label="飞书服务号AppID">
+             <el-tooltip class="item" effect="dark" content="飞书NEW领取页授权用服务号AppID,须与播放源已配secret的服务号一致" placement="top-end">
+               <el-input v-model="form18.feishuMpAppId"></el-input>
+             </el-tooltip>
+           </el-form-item>
 
            <el-form-item label="小程序appid">
              <el-tooltip class="item" effect="dark" content="小程序appid" placement="top-end">