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: "关键词" label: "关键词"
}, },
{ {
key: "location", key: "id",
label: "id" label: "id"
}, },
{ {
@ -118,14 +118,14 @@ export default {
await confirm({ message: "是否要删除该辖段信息?" }); await confirm({ message: "是否要删除该辖段信息?" });
request({ request({
url: `/business/roadSection/${data.id}`, url: `/business/dcInfoBoardVocabulary/${data.id}`,
method: "DELETE", method: "DELETE",
data: {} data: {}
}) })
.then(result => { .then(result => {
if (result.code != 200) return Message.error("删除失败"); if (result.code != 200) return Message.error("删除失败");
Message.success("删除成功") Message.success("删除成功")
this.getData();
}) })
.catch(() => { .catch(() => {
Message.error("删除失败") Message.error("删除失败")
@ -137,7 +137,7 @@ export default {
}, },
handleExport() { handleExport() {
exportFile({ exportFile({
url: "/business/roadSection/export", url: "/business/dcInfoBoardVocabulary/export",
filename: "管辖路段", filename: "管辖路段",
data: this.getSearchData() data: this.getSearchData()
}); });
@ -191,7 +191,7 @@ export default {
.body { .body {
height: 0; flex: 1; overflow-y: scroll; 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{ .cardBox{
flex-basis: percentage(1/7); width: 0; padding-right: 10px; padding-bottom: 10px; 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.202:8087`, //现场后台
// target: `http://10.0.81.204:8087`, //现场后台 刘文阁 // target: `http://10.0.81.204:8087`, //现场后台 刘文阁
// target: `http://10.168.69.255: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.66.196:8087`, //正晨后台 连现场物联 刘文阁2
// target: `http://10.168.68.42:8087`, //王思祥 target: `http://10.168.68.42:8087`, //王思祥
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
["^" + process.env.VUE_APP_BASE_API]: "", ["^" + process.env.VUE_APP_BASE_API]: "",

Loading…
Cancel
Save