Commit bf827e55 authored by forevertyler's avatar forevertyler

fix:sth

parent f7295b14
import request from '@/utils/request'
// 内部位移 实时数据
export function displacementreal() {
return request({
url: '/slope/displacement/real',
method: 'get',
})
}
\ No newline at end of file
This diff is collapsed.
......@@ -36,7 +36,7 @@ module.exports = {
[process.env.VUE_APP_BASE_API]: {
target: `http://192.168.0.103:8085/lswz`, // 线上内网
// target: `http://192.168.2.18:8085/lswz`, // 广建本地
//target: `http://192.168.3.37:8085/lswz`,
1 //target: `http://192.168.3.37:8085/lswz`,
// target: `http://10.50.70.100:8085/lswz`,
changeOrigin: true,
pathRewrite: {
......
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