|
|
@@ -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();
|
|
|
}
|
|
|
-}
|
|
|
+}
|