feat: 网元安装IMS预输入mf包参数
This commit is contained in:
@@ -151,7 +151,7 @@ async function fnRecordInstall() {
|
||||
// 开始安装
|
||||
let preinput = {};
|
||||
if (row.neType.toUpperCase() === 'IMS') {
|
||||
preinput = { pisCSCF: 'y' };
|
||||
preinput = { pisCSCF: 'y', updateMFetc: 'No', updateMFshare: 'No' }
|
||||
}
|
||||
const installData = {
|
||||
neType: row.neType,
|
||||
|
||||
Reference in New Issue
Block a user