设备登录退出路径丢失调整

This commit is contained in:
fan 2023-07-05 10:54:55 +08:00
parent 4d92751f7d
commit fc05f5ef13

View File

@ -331,7 +331,8 @@ export default {
mapId: mapId,
simType:paramVO.type,
project: this.projectCode,
projectDevice:this.$route.query.projectDevice
projectDevice:this.$route.query.projectDevice,
type: this.$route.query.type
};
if (config) {
if (config.client) { query.client = config.client; }