From 6e7757888d9194e64393f93c6777f760364d2140 Mon Sep 17 00:00:00 2001 From: Zhao Zuohong <1040110848@qq.com> Date: Thu, 4 Nov 2021 01:16:37 +0800 Subject: [PATCH] =?UTF-8?q?db.json=E7=A7=BB=E5=8A=A8=E5=88=B0categories?= =?UTF-8?q?=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 576e2fc..7e2e3ca 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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; }, });