diff --git a/ruoyi-ui/src/api/bookmark/tag.js b/ruoyi-ui/src/api/bookmark/tag.js
index 1abf909b7..c78f0e247 100644
--- a/ruoyi-ui/src/api/bookmark/tag.js
+++ b/ruoyi-ui/src/api/bookmark/tag.js
@@ -27,6 +27,25 @@ export function addTagByUser(data) {
})
}
+// 刪除书签
+export function deleteTag(id) {
+ return request({
+ url: '/system/tag/deleteTag/' + id,
+ method: 'get'
+ })
+}
+
+// 修改书签管理
+export function editByUser(data) {
+ return request({
+ url: '/system/tag/editByUser',
+ method: 'post',
+ data: data
+ })
+}
+
+
+
diff --git a/ruoyi-ui/src/components/BookmarkList/index.vue b/ruoyi-ui/src/components/BookmarkList/index.vue
index 45af5f8fc..732a457e0 100644
--- a/ruoyi-ui/src/components/BookmarkList/index.vue
+++ b/ruoyi-ui/src/components/BookmarkList/index.vue
@@ -36,7 +36,7 @@
- {{item.name}}
+ #{{item.name}}
diff --git a/ruoyi-ui/src/views/bookmark/bookmark/index.vue b/ruoyi-ui/src/views/bookmark/bookmark/index.vue
index 5f77020e3..0f5aacc78 100644
--- a/ruoyi-ui/src/views/bookmark/bookmark/index.vue
+++ b/ruoyi-ui/src/views/bookmark/bookmark/index.vue
@@ -95,6 +95,7 @@
+
diff --git a/ruoyi-ui/src/views/bookmark/index/index.vue b/ruoyi-ui/src/views/bookmark/index/index.vue
index 219674c24..0eb6f8852 100644
--- a/ruoyi-ui/src/views/bookmark/index/index.vue
+++ b/ruoyi-ui/src/views/bookmark/index/index.vue
@@ -42,13 +42,13 @@
-
-
+
diff --git a/ruoyi-ui/src/views/bookmark/tag/usertag.vue b/ruoyi-ui/src/views/bookmark/tag/usertag.vue
index e4bc6e736..11549bebe 100644
--- a/ruoyi-ui/src/views/bookmark/tag/usertag.vue
+++ b/ruoyi-ui/src/views/bookmark/tag/usertag.vue
@@ -1,12 +1,12 @@
-
-
+
@@ -51,14 +51,14 @@
-
-
+
+
- 加载更多
+ 加载更多(共{{total}}条)
@@ -77,19 +77,22 @@
title="编辑"
:visible.sync="dialogVisible"
width="30%"
- :before-close="handleClose">
+ >
+
+
+