From aa0d6b168145f1bf87c4bc7d9c3640fbcb49667f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=81=B0=E7=81=B0?= Date: Thu, 24 Oct 2024 12:27:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E7=AE=A1=E7=90=86=E3=80=90?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E3=80=91=EF=BC=9A=E4=BF=AE=E6=94=B9=E5=90=8E?= =?UTF-8?q?=E5=8F=B0=E9=A1=B5=E9=9D=A2=E8=AE=BE=E8=AE=A1=E9=A2=84=E8=A7=88?= =?UTF-8?q?=E4=BA=8C=E7=BB=B4=E7=A0=81=E7=94=9F=E6=88=90=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E4=B8=BAvu3=E5=89=8D=E7=AB=AF=E8=B7=AF=E5=BE=84=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CoreCms.Net.Web.Admin/Controllers/Com/ToolsController.cs | 2 +- CoreCms.Net.Web.Admin/wwwroot/views/shop/pages/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CoreCms.Net.Web.Admin/Controllers/Com/ToolsController.cs b/CoreCms.Net.Web.Admin/Controllers/Com/ToolsController.cs index 209670bd..ddea392f 100644 --- a/CoreCms.Net.Web.Admin/Controllers/Com/ToolsController.cs +++ b/CoreCms.Net.Web.Admin/Controllers/Com/ToolsController.cs @@ -791,7 +791,7 @@ namespace CoreCms.Net.Web.Admin.Controllers return jm; } - var path = "pages/index/custom/custom?pageCode=" + entity.id; + var path = "pages/subpackage/custom/custom?code=" + entity.id; var accessToken = WeChatCacheAccessTokenHelper.GetWxOpenAccessToken(); var client = _weChatApiHttpClientFactory.CreateWxOpenClient(); diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/shop/pages/index.html b/CoreCms.Net.Web.Admin/wwwroot/views/shop/pages/index.html index 6d7f209e..50c80cc8 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/shop/pages/index.html +++ b/CoreCms.Net.Web.Admin/wwwroot/views/shop/pages/index.html @@ -83,7 +83,7 @@ { field: 'description', title: '描述', sort: false }, { field: 'code', title: '前端目录', sort: false, templet: function (data) { - return "/pages/index/custom/custom?pageCode=" + data.code; + return "/pages/subpackage/custom/custom?code=" + data.code; } }, {