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',