dever 6 年之前
父节点
当前提交
f1fc60f33d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main/src/View.php

+ 1 - 1
main/src/View.php

@@ -76,7 +76,7 @@ class View extends Core
         }
         */
 
-        if ($this->source_type == 'ios') {
+        if ($this->source_type == 'ioss') {
             $source = Dever::db('source/info')->one(1);
             $this->data['info']['share_link'] = $source['code'];
         } else {