From f0fdd6ebbb31de10c570f45b55ceea7e2e589ad2 Mon Sep 17 00:00:00 2001 From: xiaochong0302 Date: Mon, 19 Jun 2023 14:05:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=9B=BE=E6=96=87=E5=88=86?= =?UTF-8?q?=E4=BA=AB=E9=93=BE=E6=8E=A5=E5=8F=82=E6=95=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Home/Views/chapter/read.volt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Home/Views/chapter/read.volt b/app/Http/Home/Views/chapter/read.volt index 2566d51d..9624486a 100644 --- a/app/Http/Home/Views/chapter/read.volt +++ b/app/Http/Home/Views/chapter/read.volt @@ -2,7 +2,7 @@ {% block content %} - {% set share_url = full_url('chapter',chapter.id,auth_user.id) %} + {% set share_url = share_url('chapter',chapter.id,auth_user.id) %} {% set qrcode_url = url({'for':'home.qrcode'},{'text':share_url}) %} {% set course_url = url({'for':'home.course.show','id':chapter.course.id}) %} {% set learning_url = url({'for':'home.chapter.learning','id':chapter.id}) %}