소스 검색

git none Image

NoteStar 5 년 전
부모
커밋
54f2ef516a
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      common/config/fecshop_local_services/Image.php

+ 3 - 3
common/config/fecshop_local_services/Image.php

@@ -12,11 +12,11 @@ return [
         'appbase'    => [
             'appfront' => [
                 'basedir'    => '@appimage/appfront',
-                'basedomain' => '//img3.queenabby.com',
+                'basedomain' => '//img3.que.com',
             ],
             'apphtml5' => [
                 'basedir'    => '@appimage/apphtml5',
-                'basedomain' => '//img4.queenabby.com',
+                'basedomain' => '//img4.que.com',
             ],
             //'appadmin' => [
             //	'basedir' => '@appimage/appadmin',
@@ -24,7 +24,7 @@ return [
             //],
             'common' => [
                 'basedir'    => '@appimage/common',
-                'basedomain' => '//img.queenabby.com',
+                'basedomain' => '//img.que.com',
             ],
         ],
     ],