From 7ae6d4dcc2f92c9620e2c725b64c3d9152f54c32 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 20 Feb 2023 15:38:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E9=97=BB=E6=90=9C=E7=B4=A2=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E8=AF=A6=E6=83=85?= 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 c759ca6..5112526 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: `./contentDetail?id=${row.id}`}) + uni.navigateTo({url: `/mods/AppContentQj/contentDetail?id=${row.id}`}) }, }, onReachBottom() {