fuyu 4 yıl önce
ebeveyn
işleme
0320292352
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      application/index/controller/Index.php

+ 2 - 2
application/index/controller/Index.php

@@ -14,8 +14,8 @@ use think\Db;
 class Index extends Controller
 {
     public function  index(){
-        // echo "index";
-        return $this->redirect('http://work.pacsonline.cn',302);
+        echo "欢迎使用!";
+        // return $this->redirect('http://work.pacsonline.cn',302);
     }
     public function get_studiesinfo(){
         $study_id = $_REQUEST['study_id'];