From 3574ecb4180bb445a6487821d87111e1e5cec07d Mon Sep 17 00:00:00 2001 From: hui <770260999@qq.com> Date: Tue, 6 Feb 2024 17:07:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../JiHeExpressway/pages/service/sensitive/index.vue | 10 +++++----- ruoyi-ui/vue.config.js | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/service/sensitive/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/service/sensitive/index.vue index 8632fc7a..505e8bd5 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/service/sensitive/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/service/sensitive/index.vue @@ -86,7 +86,7 @@ export default { label: "关键词" }, { - key: "location", + key: "id", label: "id" }, { @@ -118,14 +118,14 @@ export default { await confirm({ message: "是否要删除该辖段信息?" }); request({ - url: `/business/roadSection/${data.id}`, + url: `/business/dcInfoBoardVocabulary/${data.id}`, method: "DELETE", data: {} }) .then(result => { if (result.code != 200) return Message.error("删除失败"); - Message.success("删除成功") + this.getData(); }) .catch(() => { Message.error("删除失败") @@ -137,7 +137,7 @@ export default { }, handleExport() { exportFile({ - url: "/business/roadSection/export", + url: "/business/dcInfoBoardVocabulary/export", filename: "管辖路段", data: this.getSearchData() }); @@ -191,7 +191,7 @@ export default { .body { height: 0; flex: 1; overflow-y: scroll; - display: flex; flex-wrap: wrap; align-items: flex-start; + display: flex; flex-wrap: wrap; align-content: flex-start; .cardBox{ flex-basis: percentage(1/7); width: 0; padding-right: 10px; padding-bottom: 10px; } diff --git a/ruoyi-ui/vue.config.js b/ruoyi-ui/vue.config.js index 7b307e3c..435592ca 100644 --- a/ruoyi-ui/vue.config.js +++ b/ruoyi-ui/vue.config.js @@ -49,9 +49,9 @@ module.exports = { // target: `http://10.0.81.202:8087`, //现场后台 // target: `http://10.0.81.204:8087`, //现场后台 刘文阁 // target: `http://10.168.69.255:8087`, //正晨后台 连现场物联 刘文阁 - target: `http://10.168.78.135:8087`, //王钦 + // target: `http://10.168.78.135:8087`, //王钦 // target: `http://10.168.66.196:8087`, //正晨后台 连现场物联 刘文阁2 - // target: `http://10.168.68.42:8087`, //王思祥 + target: `http://10.168.68.42:8087`, //王思祥 changeOrigin: true, pathRewrite: { ["^" + process.env.VUE_APP_BASE_API]: "",