设备配置调整

This commit is contained in:
fan 2020-07-20 17:00:59 +08:00
parent 3d357ba515
commit 7b92d4775a
2 changed files with 8 additions and 8 deletions

View File

@ -2,9 +2,9 @@ export function getBaseUrl() {
let BASE_API;
if (process.env.NODE_ENV === 'development') {
// BASE_API = 'https://joylink.club/jlcloud';
BASE_API = 'https://test.joylink.club/jlcloud';
// BASE_API = 'https://test.joylink.club/jlcloud';
// BASE_API = 'http://192.168.3.5:9000'; // 袁琪
// BASE_API = 'http://192.168.3.6:9000'; // 旭强
BASE_API = 'http://192.168.3.6:9000'; // 旭强
// BASE_API = 'http://192.168.3.41:9000'; // 张赛
// BASE_API = 'http://192.168.3.82:9000'; // 杜康
// BASE_API = 'http://b29z135112.zicp.vip';

View File

@ -965,12 +965,12 @@ export default {
pfConfig: {},
shfConfig: {}
};
if (!model.hjsbjkConfig.pfConfig) {
model.hjsbjkConfig.pfConfig = {};
}
if (!model.hjsbjkConfig.shfConfig) {
model.hjsbjkConfig.shfConfig = {};
}
}
if (!model.hjsbjkConfig.pfConfig) {
model.hjsbjkConfig.pfConfig = {};
}
if (!model.hjsbjkConfig.shfConfig) {
model.hjsbjkConfig.shfConfig = {};
}
if (!model.mjConfig) {
model.mjConfig = {};