fuyu 5 年之前
父节点
当前提交
8e7321c0ef
共有 1 个文件被更改,包括 2 次插入2 次删除
  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
 class Index extends Controller
 {
 {
     public function  index(){
     public function  index(){
-        echo "index";
-        var_dump(json_decode(LC_IPS,TRUE));
+        // echo "index";
+        return $this->redirect('http://work.pacsonline.cn',302);;
     }
     }
     public function get_studiesinfo(){
     public function get_studiesinfo(){
         $study_id = $_REQUEST['study_id'];
         $study_id = $_REQUEST['study_id'];