From b8c87e3bce42e3076ce13802b56ac7b467873557 Mon Sep 17 00:00:00 2001 From: menxipeng Date: Tue, 30 Sep 2025 20:22:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/notifications/index.vue | 20 ++++++++++---------- ruoyi-ui/src/views/user/manage/index.vue | 6 +++--- ruoyi-ui/vue.config.js | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/ruoyi-ui/src/views/notifications/index.vue b/ruoyi-ui/src/views/notifications/index.vue index 6a15c32..fe9107f 100644 --- a/ruoyi-ui/src/views/notifications/index.vue +++ b/ruoyi-ui/src/views/notifications/index.vue @@ -89,7 +89,7 @@ - + @@ -225,20 +225,20 @@ @@ -341,7 +341,7 @@ export default { // 创建查询参数副本,排除sendTime参数 const params = { ...this.queryParams } delete params.sendTime - + listNotifications(params).then(response => { this.notificationsList = response.rows this.total = parseInt(response.total) || 0 @@ -375,7 +375,7 @@ export default { this.queryParams.findStart = null this.queryParams.findEnd = null } - + this.queryParams.pageNum = 1 this.getList() }, @@ -430,7 +430,7 @@ export default { handleDelete(row) { const ids = row.id || this.ids let confirmMessage = '' - + if (row && row.title) { // 单个删除,显示通知标题 confirmMessage = `是否确认删除通知"${row.title}"?` @@ -444,7 +444,7 @@ export default { confirmMessage = `是否确认删除以下通知:${titles}?` } } - + this.$modal.confirm(confirmMessage).then(function() { return delNotifications(ids) }).then(() => { diff --git a/ruoyi-ui/src/views/user/manage/index.vue b/ruoyi-ui/src/views/user/manage/index.vue index 8a218ec..b53c5cf 100644 --- a/ruoyi-ui/src/views/user/manage/index.vue +++ b/ruoyi-ui/src/views/user/manage/index.vue @@ -21,12 +21,12 @@ - + - + diff --git a/ruoyi-ui/vue.config.js b/ruoyi-ui/vue.config.js index b376b5f..7b0c3c5 100644 --- a/ruoyi-ui/vue.config.js +++ b/ruoyi-ui/vue.config.js @@ -11,7 +11,7 @@ const name = process.env.VUE_APP_TITLE || '音乐APP后台管理系统' // 网 // const baseUrl = 'http://localhost:8080' // 后端接口 // const baseUrl = 'http://60.205.107.210:8080' // 后端接口 -const baseUrl = 'http://192.168.31.240:8080' // 后端接口 +const baseUrl = 'http://localhost:8080' // 后端接口 const port = process.env.port || process.env.npm_config_port || 80 // 端口