刘桂岩 il y a 5 ans
Parent
commit
4c77aa6574
1 fichiers modifiés avec 2 ajouts et 3 suppressions
  1. 2 3
      application/index/controller/Index.php

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

@@ -8,15 +8,14 @@
 
 namespace app\index\controller;
 
-use app\common\library\send_message;
 use app\common\library\UUIDs;
 use think\Controller;
 use think\Db;
 class Index extends Controller
 {
     public function  index(){
-         echo "index";
-//        return $this->redirect('http://work.pacsonline.cn',302);
+        // echo "index";
+        return $this->redirect('http://work.pacsonline.cn',302);
     }
     public function get_studiesinfo(){
         $study_id = $_REQUEST['study_id'];