瀏覽代碼

Update IndexController.class.php

star7th 7 年之前
父節點
當前提交
f15e2e544e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Application/Home/Controller/IndexController.class.php

+ 2 - 2
Application/Home/Controller/IndexController.class.php

@@ -10,7 +10,7 @@ class IndexController extends BaseController {
         }
 
         //跳转到web目录
-        header("location:./web/#/");
+        header("location:./web/index.html#/");
         exit();
 
     	$this->checkLogin(false);
@@ -32,4 +32,4 @@ class IndexController extends BaseController {
 
         $this->display();
     }
-}
+}