Browse Source

Update IndexController.class.php

star7th 8 years ago
parent
commit
c6cf4beb0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Application/Home/Controller/IndexController.class.php

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

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