刘桂岩 5 年之前
父節點
當前提交
4c77aa6574
共有 1 個文件被更改,包括 2 次插入3 次删除
  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'];