Commit 82a447f4 authored by kaitly205422@163.com's avatar kaitly205422@163.com

Merge branch 'develop' of http://git.censoft.com.cn/rongtong/ruoyi-ui into develop

parents dca2b982 f0de95cf
......@@ -58,3 +58,20 @@ export function saveCurrentPost(data) {
data: data
})
}
// 隐患清单库
export function getlibraryListFun(query) {
return request({
url: '/system/risk/existing/list',
method: 'get',
params: query
})
}
// 岗位用户巡查清单列表
export function getCurrentRiskPatrol(query) {
return request({
url: '/risk/riskPostList/list',
method: 'get',
params: query
})
}
......@@ -37,10 +37,10 @@ module.exports = {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
// target: "http://192.168.10.137:8080/",
target: `http://192.168.4.232:8080`, //服务器地址
// target: `http://192.168.4.232:8080`, //服务器地址
// target: `http://192.168.15.230:8081`, //晓晋本地地址
// target: `http://192.168.15.152:8081`, //鲍德本地地址
// target: `http://127.0.0.1:8080`, //本地地址
target: `http://127.0.0.1:8080`, //本地地址
changeOrigin: true,
pathRewrite: {
["^" + process.env.VUE_APP_BASE_API]: "",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment