From 79aa21a14a5d45e850b51eda42c7fc6452386d8f Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 20 Feb 2023 17:21:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=8E=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/qujing/AppContentQj/contentManager.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/qujing/AppContentQj/contentManager.vue b/src/project/qujing/AppContentQj/contentManager.vue index 5112526..c759ca6 100644 --- a/src/project/qujing/AppContentQj/contentManager.vue +++ b/src/project/qujing/AppContentQj/contentManager.vue @@ -61,7 +61,7 @@ export default { this.getData() }, showDetail(row) { - uni.navigateTo({url: `/mods/AppContentQj/contentDetail?id=${row.id}`}) + uni.navigateTo({url: `./contentDetail?id=${row.id}`}) }, }, onReachBottom() {