chuweiqiang пре 1 година
родитељ
комит
2486357d33
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      application/config.php

+ 1 - 1
application/config.php

@@ -141,7 +141,7 @@ return [
     'view_replace_str'       => [
         '__PUBLIC__' => '',
         '__ROOT__'   => '',
-        '__CDN__'    => 'http://jiaocai.com/',
+        '__CDN__'    => '',
     ],
     // 默认跳转页面对应的模板文件
     'dispatch_success_tmpl'  => APP_PATH . 'common' . DS . 'view' . DS . 'tpl' . DS . 'dispatch_jump.tpl',