作者 李宇航

合并分支 'master-server' 到 'master'

gx项目seo菜单默认显示6.0



查看合并请求 !1092
@@ -82,9 +82,9 @@ class DownloadProject extends Command @@ -82,9 +82,9 @@ class DownloadProject extends Command
82 if($v['type'] == 1){ 82 if($v['type'] == 1){
83 $status = '建站中'; 83 $status = '建站中';
84 }elseif ($v['type'] == 2){ 84 }elseif ($v['type'] == 2){
85 - $status = '建站后';  
86 - }elseif ($v['type'] == 3){  
87 $status = '优化中'; 85 $status = '优化中';
  86 + }elseif ($v['type'] == 3){
  87 + $status = '建站后';
88 }else{ 88 }else{
89 $status = ''; 89 $status = '';
90 } 90 }