后台管理【调整】:修改后台页面设计预览二维码生成路径为vu3前端路径。

This commit is contained in:
大灰灰
2024-10-24 12:27:03 +08:00
parent c66f6ede5e
commit aa0d6b1681
2 changed files with 2 additions and 2 deletions

View File

@@ -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();