Browse Source

Optimize installation script / 优化安装脚本

star7th 4 years ago
parent
commit
9a920c77b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/index.php

+ 1 - 1
install/index.php

@@ -157,7 +157,7 @@ if (!$go) {
           var json = JSON.parse(xhr.responseText) ;
           // console.log(json);
           if(json.error_code === 0){
-            window.location.href = "../";
+            window.location.href = "../web/";
           }else{
             alert(json.error_message)
           }