Commit 642a3fc0 authored by hujun's avatar hujun

url

parent 1aa647aa
......@@ -324,12 +324,11 @@
<div class="" style="width: 100%;">
<div class="input-group" style="width: 100%;" id="dajiangtang">
<?php
if (CURRENT_URL == 'https://api.tonglianjituan.com/') {
$url = IMAGES_URL;
} else {
if (CURRENT_URL == 'https://pre2.tonglianjituan.com/') {
$url = 'https://pre2.tonglianjituan.com/';
} else {
$url = IMAGES_URL;
}
create_editor('goods_sup_id','',['filebrowserUploadUrl'=>$url.'index/uploadEditor?type=business_school']);
?>
</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