前端应用文章模块并显示

This commit is contained in:
云泽网
2025-05-09 23:53:34 +08:00
parent e7bcaf29f5
commit d5da3a6ea8
40 changed files with 2990 additions and 129 deletions
+1 -8
View File
@@ -73,14 +73,7 @@
}
function edit(id) {
layer.open({
type: 2,
title: '编辑文章',
shadeClose: true,
shade: 0.8,
area: ['800px', '600px'],
content: '{:url("article/edit")}?id=' + id
});
window.location.href = '{:url("article/edit")}?id=' + id;
}
function del(id) {