首页修改
This commit is contained in:
@@ -23,8 +23,11 @@
|
||||
method: 'POST', //请求方式,必须为大写
|
||||
success: res => {
|
||||
let fileUrl = options.url
|
||||
this.url = 'http://www.pfile.com.cn/api/profile/onlinePreview?url=' +
|
||||
this.url = 'https://www.pfile.com.cn/api/profile/onlinePreview?url=' +
|
||||
encodeURIComponent(res.data.data);
|
||||
// this.url = 'https://view.officeapps.live.com/op/view.aspx?src=' + res.data.data
|
||||
// console.log(this.url)
|
||||
// window.open('https://view.officeapps.live.com/op/view.aspx?src=' + res.data.data)
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user