实现单文件删除

This commit is contained in:
F嘉阳
2018-02-09 15:28:27 +08:00
parent 5db6f909c4
commit c66b0bd9ae
15 changed files with 169 additions and 21 deletions

View File

@@ -61,7 +61,7 @@ var Main = {
},
methods: {
ClickToJump(targe){
window.location.href="http://localhost:8080/cms/" + targe;
window.location.href="http://localhost:8080/cms/home/" + targe;
},
handleSelect(key, keyPath) {
console.log(key, keyPath);