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