Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yidashi committed Jul 1, 2016
1 parent 9603be9 commit 0819170
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 42 deletions.
1 change: 1 addition & 0 deletions backend/controllers/PageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public function actions()
'class' => 'kucha\ueditor\UEditorAction',
'config' => [
'imageUrlPrefix' => \Yii::getAlias('@static').'/', //图片访问路径前缀
'imageRootPath' => \Yii::getAlias('@staticroot').'/', //图片访问路径前缀
'imagePathFormat' => 'upload/image/{yyyy}{mm}{dd}/{time}{rand:6}', //上传保存路径
],
],
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"kartik-v/yii2-widget-datepicker": "^1.3",
"chrisboulton/php-resque": "*",
"fabpot/goutte": "^3.1",
"kucha/ueditor": "*",
"yiisoft/yii2-authclient": "^2.0",
"aferrandini/PHPQRCode": "1.0.1",
"yiisoft/yii2-redis": "*",
Expand All @@ -31,7 +30,8 @@
"dmstr/yii2-adminlte-asset": "*",
"yiisoft/yii2-composer": "2.0.4",
"yidashi/yii2-bootstrap-markdown": "^1.0",
"yidashi/yii2-webuploader": ">=1.1.1",
"yidashi/yii2-webuploader": "1.1.1",
"yidashi/yii2-ueditor": "1.0.1",
"mihaildev/yii2-elfinder": "^1.0",
"qiniu/php-sdk": "^7.0",
"omnilight/yii2-scheduling": "*",
Expand Down
80 changes: 40 additions & 40 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file modified web/api/.htaccess
100644 → 100755
Empty file.
Empty file modified web/api/article.css
100644 → 100755
Empty file.
Empty file modified web/api/index.php
100644 → 100755
Empty file.

0 comments on commit 0819170

Please sign in to comment.