后台管理【调整】:修改后台页面设计预览二维码生成路径为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; 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 accessToken = WeChatCacheAccessTokenHelper.GetWxOpenAccessToken();
var client = _weChatApiHttpClientFactory.CreateWxOpenClient(); var client = _weChatApiHttpClientFactory.CreateWxOpenClient();

View File

@@ -83,7 +83,7 @@
{ field: 'description', title: '描述', sort: false }, { field: 'description', title: '描述', sort: false },
{ {
field: 'code', title: '前端目录', sort: false, templet: function (data) { field: 'code', title: '前端目录', sort: false, templet: function (data) {
return "/pages/index/custom/custom?pageCode=" + data.code; return "/pages/subpackage/custom/custom?code=" + data.code;
} }
}, },
{ {