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