lmx 4 ngày trước cách đây
mục cha
commit
a4fe8beaca
1 tập tin đã thay đổi với 10 bổ sung1 xóa
  1. 10 1
      src/views/system/config/config.vue

+ 10 - 1
src/views/system/config/config.vue

@@ -57,7 +57,16 @@
               </el-option>
             </el-select>
           </el-form-item>
-
+          <el-form-item label="回调ip白名单配置" prop="legalIPs">
+               <el-input v-model="form40.legalIPs" style="width:800px"  
+               type="textarea" :autosize="{ minRows: 2, maxRows: 6}"></el-input>
+          </el-form-item>
+          <el-form-item label="线路呼入回调地址" prop="inboundCallbackUrl">
+              <el-input v-model="form40.inboundCallbackUrl" style="width:800px"></el-input>
+          </el-form-item>
+          <el-form-item label="Ai外呼回调地址" prop="callbackUrl">
+               <el-input v-model="form40.callbackUrl" style="width:800px"></el-input>
+            </el-form-item>
           <div class="footer">
             <el-button type="primary" @click="submitForm40">提 交</el-button>
           </div>