lvhao 1 天之前
父節點
當前提交
d00cc37dbf
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      core/CoreApp/controllers/Goodimglibrary.php
  2. 1 1
      core/CoreApp/models/Model_aliyunoss.php

+ 1 - 1
core/CoreApp/controllers/Goodimglibrary.php

@@ -5,7 +5,7 @@ class Goodimglibrary extends Start_Controller {
 		$this->load->library('session');
         $this->load->_model('Model_goodimgs','goodimgs');
     }
-	private $show_url = "http://lyerposs.wepolicy.cn";	
+	private $show_url = "https://lyerposs.wepolicy.cn";	
     public function _remap($arg,$arg_array)
     {
 		if($arg=="detail"){

+ 1 - 1
core/CoreApp/models/Model_aliyunoss.php

@@ -6,7 +6,7 @@ class Model_aliyunoss extends Lin_Model
         $this->load->_model(" Model_setting","setting");
     }
     private $oss_basic_url = "https://lyerp-product-source.oss-cn-beijing.aliyuncs.com";
-    private $show_basie_url ="http://lyerposs.wepolicy.cn"; 
+    private $show_basie_url ="https://lyerposs.wepolicy.cn"; 
     private function get_oss_config(){
         $oss_aliyun_id_info = $this->setting->find('skey = "oss_aliyun_id"');
         $oss_aliyun_key_info = $this->setting->find('skey = "oss_aliyun_key"');