فهرست منبع

Optimize installation script / 优化安装脚本

star7th 4 سال پیش
والد
کامیت
9a920c77b4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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)
           }