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