|
@@ -14,8 +14,8 @@ use think\Db;
|
|
|
class Index extends Controller
|
|
|
{
|
|
|
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(){
|
|
|
$study_id = $_REQUEST['study_id'];
|