mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 04:16:47 +08:00
feat:修改共享文档下载
This commit is contained in:
@@ -2790,7 +2790,12 @@ export default {
|
||||
let urlNew = url.slice(1);
|
||||
console.log(urlNew);
|
||||
if (urlNew) {
|
||||
window.open(process.env.VUE_APP_FILE_PATH + urlNew);
|
||||
window.open(
|
||||
window.location.protocol +
|
||||
process.env.VUE_APP_BOE_API_URL +
|
||||
process.env.VUE_APP_FILE_PATH +
|
||||
urlNew
|
||||
);
|
||||
}
|
||||
// if(url){
|
||||
// const filename = '操作指南'
|
||||
|
||||
Reference in New Issue
Block a user