联调app关键指标功能
This commit is contained in:
@@ -55,3 +55,11 @@ export function analyseWave(params) {
|
||||
params,
|
||||
})
|
||||
}
|
||||
// App-》工程下所有监测点数据
|
||||
export function getLineDataByEngineer(params) {
|
||||
return request({
|
||||
url: '/cs-harmonic-boot/data/getLineDataByEngineer',
|
||||
method: 'post',
|
||||
params,
|
||||
})
|
||||
}
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
export default {
|
||||
config: 'config', // 全剧配置
|
||||
userInfo: 'userInfo', // 用户信息
|
||||
engineering: 'engineering', // 工程信息
|
||||
access_token: 'access_token', // token
|
||||
refresh_token: 'refresh_token', // 刷新token
|
||||
dictData: 'dictData', // 字典数据
|
||||
messageCount: 'messageCount', // 消息数量
|
||||
serverConfig: 'serverConfig', // 服务内容配置
|
||||
}
|
||||
export default {
|
||||
config: 'config', // 全剧配置
|
||||
userInfo: 'userInfo', // 用户信息
|
||||
engineering: 'engineering', // 工程信息
|
||||
access_token: 'access_token', // token
|
||||
refresh_token: 'refresh_token', // 刷新token
|
||||
dictData: 'dictData', // 字典数据
|
||||
messageCount: 'messageCount', // 消息数量
|
||||
serverConfig: 'serverConfig', // 服务内容配置
|
||||
monitorSelectedIndicators: 'monitorSelectedIndicators', // 监测点已选展示指标
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
const debug = true // true 是连地服务端本地,false 是连接线上
|
||||
|
||||
const development = {
|
||||
domain: 'http://192.168.1.103:10215',
|
||||
domain: 'http://192.168.2.126:10215',
|
||||
}
|
||||
|
||||
const production = {
|
||||
|
||||
Reference in New Issue
Block a user