|
@@ -273,9 +273,9 @@ export default {
|
|
|
// 内网服务器专用
|
|
// 内网服务器专用
|
|
|
if (process.client && docurl.indexOf('upfile') === 0) {
|
|
if (process.client && docurl.indexOf('upfile') === 0) {
|
|
|
const myDomain = window.location.host
|
|
const myDomain = window.location.host
|
|
|
- location.href = 'http:// ' + myDomain + '/' + docurl
|
|
|
|
|
|
|
+ location.href = 'http://' + myDomain + '/' + docurl
|
|
|
} else {
|
|
} else {
|
|
|
- location.href = 'http:// ' + docurl
|
|
|
|
|
|
|
+ location.href = 'http://' + docurl
|
|
|
}
|
|
}
|
|
|
console.log(location.href, 'href')
|
|
console.log(location.href, 'href')
|
|
|
}
|
|
}
|