mirror of https://github.com/halo-dev/halo
backList
parent
36115936ff
commit
0dd9c477e2
|
@ -81,12 +81,11 @@ export default {
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
ResourcesData: [],
|
ResourcesData: [],
|
||||||
|
DataBaseData: [],
|
||||||
FileData: []
|
FileData: []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {},
|
||||||
this.ResourcesData = function() {}
|
|
||||||
},
|
|
||||||
methods: {
|
methods: {
|
||||||
// 下载
|
// 下载
|
||||||
downResources(type, id) {
|
downResources(type, id) {
|
||||||
|
|
Loading…
Reference in New Issue