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