在controller里actions配置imageRoot就只显示名字,不设置就显示图片
return [
'upload' => [
'class' => 'kucha\ueditor\UEditorAction',
'config' => [
//"imageUrlPrefix" => "http://www.baidu.com",//图片访问路径前缀
"imagePathFormat" => "/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}" ,//上传保存路径
"imageRoot" => Yii::getAlias("@image"),
],
]
打开你的控制台,看看服务器返回的状态值