rabin 1 年之前
父节点
当前提交
d94822a511
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/Data.php

+ 1 - 1
lib/Data.php

@@ -215,7 +215,7 @@ class Data
                     $v = explode(',', $v);
                 }
 
-                if (strstr($col_module['key'], 'link')) {
+                if (strstr($col_module['key'], 'link') && !strstr($v, 'pages/')) {
                     $v = Dever::url($v, 'main');
                 }
                 $result[$col_module['key']] = $v;