From 33b5187ea0115968e2bd179216d084bf6fd9de1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=91=E8=BD=BB=E7=8B=82?= <1677568218@qq.com> Date: Mon, 6 Feb 2023 18:37:36 +0800 Subject: [PATCH 01/38] fix: route params --- .../documentation/1.0.0/full_documentation.json | 2 +- frontend/components/ArticlesList/index.vue | 11 +++-------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/backend/src/extensions/documentation/documentation/1.0.0/full_documentation.json b/backend/src/extensions/documentation/documentation/1.0.0/full_documentation.json index f05811b5..1c2204ae 100644 --- a/backend/src/extensions/documentation/documentation/1.0.0/full_documentation.json +++ b/backend/src/extensions/documentation/documentation/1.0.0/full_documentation.json @@ -14,7 +14,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "x-generation-date": "2023-02-06T08:17:00.995Z" + "x-generation-date": "2023-02-06T10:09:58.610Z" }, "x-strapi-config": { "path": "/documentation", diff --git a/frontend/components/ArticlesList/index.vue b/frontend/components/ArticlesList/index.vue index ff35fc9c..ef710b2b 100644 --- a/frontend/components/ArticlesList/index.vue +++ b/frontend/components/ArticlesList/index.vue @@ -1,22 +1,17 @@