mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:53:25 +08:00
后台管理【调整】:修改后台页面设计预览二维码生成路径为vu3前端路径。
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user