mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 18:12:50 +08:00
文章可设置类型用于不同而类型
This commit is contained in:
@@ -366,7 +366,8 @@
|
||||
}
|
||||
function loadTags() {
|
||||
$.get('{:url("Tag/index")}', {
|
||||
page: tagPage
|
||||
page: tagPage,
|
||||
type:'{$Request.param.type}'
|
||||
}, function (result) {
|
||||
tagPage++;
|
||||
result.data.data.forEach(tag => {
|
||||
|
||||
Reference in New Issue
Block a user