|
|
@ -133,7 +133,7 @@ |
|
|
|
copy(row, md) { |
|
|
|
copy(row, md) { |
|
|
|
const that = this; |
|
|
|
const that = this; |
|
|
|
const host = this.$store.state.conf.host; |
|
|
|
const host = this.$store.state.conf.host; |
|
|
|
let path = 'http://' + host + "/" + row.path; |
|
|
|
let path = host + "/" + row.path; |
|
|
|
if (md) { |
|
|
|
if (md) { |
|
|
|
path = ""; |
|
|
|
path = ""; |
|
|
|
} |
|
|
|
} |
|
|
|