Browse Source

更新

wangqin
hui 10 months ago
parent
commit
3574ecb418
  1. 10
      ruoyi-ui/src/views/JiHeExpressway/pages/service/sensitive/index.vue
  2. 4
      ruoyi-ui/vue.config.js

10
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;
}

4
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]: "",

Loading…
Cancel
Save