db.json移动到categories下
This commit is contained in:
parent
3f0febe643
commit
6e7757888d
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ export default defineComponent({
|
|||
};
|
||||
},
|
||||
async created() {
|
||||
const { data } = await axios.get(`${this.url_root}db.json`);
|
||||
const { data } = await axios.get(`${this.url_root}categories/db.json`);
|
||||
this.categories = data;
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue