diff --git a/package.json b/package.json index 95752fdb..7c0d9848 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue3-element-admin", - "version": "2.16.0", + "version": "2.16.1", "private": true, "type": "module", "scripts": { diff --git a/src/api/notice.ts b/src/api/notice.ts index a442cc0e..9f3b5355 100644 --- a/src/api/notice.ts +++ b/src/api/notice.ts @@ -113,7 +113,7 @@ class NoticeAPI { /** 获取我的通知分页列表 */ static getMyNoticePage(queryParams?: NoticePageQuery) { return request>({ - url: `${NOTICE_BASE_URL}/my/page`, + url: `${NOTICE_BASE_URL}/my-page`, method: "get", params: queryParams, }); diff --git a/src/components/Dictionary/DictLabel.vue b/src/components/Dictionary/DictLabel.vue index 000c2212..84c26f71 100644 --- a/src/components/Dictionary/DictLabel.vue +++ b/src/components/Dictionary/DictLabel.vue @@ -1,6 +1,6 @@