main
parent
a53312ed52
commit
feb12d44e4
|
@ -376,6 +376,7 @@ export default {
|
||||||
if(res.IsSuccess){
|
if(res.IsSuccess){
|
||||||
this.viewVisible = true;
|
this.viewVisible = true;
|
||||||
let href = this.OSSclientConfig.basePath + res.Result;
|
let href = this.OSSclientConfig.basePath + res.Result;
|
||||||
|
|
||||||
let fileName =
|
let fileName =
|
||||||
res.Result.split("/")[res.Result.split("/").length - 1];
|
res.Result.split("/")[res.Result.split("/").length - 1];
|
||||||
this.fileData = {
|
this.fileData = {
|
||||||
|
|
Loading…
Reference in New Issue