Commit 857bc2e9 authored by hujun's avatar hujun

img

parent 846b0ca7
...@@ -602,7 +602,13 @@ ...@@ -602,7 +602,13 @@
<label for="" style="width: 100%;">大讲堂(选填)</label> <label for="" style="width: 100%;">大讲堂(选填)</label>
<div class="input-group" style="width: 100%;" id="dajiangtang"> <div class="input-group" style="width: 100%;" id="dajiangtang">
<?php <?php
create_editor('da_jiang_tang',''); if (CURRENT_URL == 'https://api.tonglianjituan.com') {
$url = IMAGES_URL;
} else {
$url = 'https://pre2.tonglianjituan.com/';
}
create_editor('da_jiang_tang','', ['filebrowserUploadUrl'=> $url.'index/uploadEditor?type=house_img']);
?> ?>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment