Commit b458cf8f authored by zhangkuanguang's avatar zhangkuanguang

分支

parent c76e0382
......@@ -11,7 +11,7 @@
</fileTransfer>
</webServer>
<webServer id="67fb6ca5-037a-4b69-abe5-05e315a02402" name="192.168.105.106" url="http://192.168.105.106">
<fileTransfer host="192.168.105.106" port="21" rootFolder="/fenzhan_agent">
<fileTransfer host="192.168.105.106" port="21" rootFolder="/webroot/fenzhan_agent">
<advancedOptions>
<advancedOptions dataProtectionLevel="Private" passiveMode="true" shareSSLContext="true" />
</advancedOptions>
......
......@@ -478,6 +478,11 @@ $config['left_menu']['shop'] = array('shop_house_recommend', 'shop_set_basic');
$config['left_menu']['payment'] = array('payment_index', array('payment_recharge', 'payment_success'), 'payment_transaction');
$config['left_menu']['question'] = array('qa_manage','qa_manage1', 'qa_manage2');
//真房源管理
$config['left_menu']['question'] = array('qa_manage','qa_manage1', 'qa_manage2');
//统计类的配置 statistics_plus
$config['statistics'][1]['new']['appName'] = "172.17.1.76:7777/datamining/HTTP/?service=";//"202.102.94.169:7777/datamining/HTTP/?service=";//新统计
$config['statistics'][1]['new']['city'] = "nj";//新统计
......@@ -594,5 +599,5 @@ $config['imageType'] = array(
'5' => '室外',
'6' => '其他'
);
$config['is_open_real_house'] = 1;
\ No newline at end of file
//开通放心看权限 0关闭,1开通
$config['is_open_real_house'] = 0;
\ No newline at end of file
......@@ -695,4 +695,6 @@ $config['payMethod'] = array('wxpay');
$config['housebeanExpirationTimeType'] = array(
'paymentExpireTime' => strtotime(date('Y-m-1', strtotime('+120 month')))-1, //充值房豆过期时间
'otherExpireTime' => strtotime(date('Y-m-1', strtotime('+120 month')))-1 //其它房豆过期时间
);
\ No newline at end of file
);
//开通放心看权限
$config['is_open_real_house'] = 1;
\ No newline at end of file
......@@ -144,9 +144,9 @@
<?php //} ?>
<?php
$realHouse = $this->config->item('realHouse');
if (!empty($realHouse) && $realHouse == 1 && $realNumLimit > 0) {?>
<dd class="item <?php if($memu_key=='realHouse') echo 'itemOn'; ?> "><a href="/realHouse/marginAccount/" class="link"><span class="tex">放心看管理</span></a></dd>
$realHouse = $this->config->item('is_open_real_house');
if (!empty($realHouse) && $realHouse == 1 ) {?>
<dd class="item <?php if($memu_key=='realHouse') echo 'itemOn'; ?> "><a href="/realHouse/marginAccount/" class="link"><span class="tex">真房源管理</span></a></dd>
<?php }?>
<dd class="item appDown"><a target="_blank" href="<?=GB_ZSB_APP?>" class="linkLast">App下载</a></dd>
......
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