style: 软件激活omclong
This commit is contained in:
@@ -295,7 +295,8 @@ function fnFileModalOk() {
|
||||
fnType
|
||||
.then(res => {
|
||||
// OMC自升级
|
||||
if (type === 'run' && from.neType === 'OMC') {
|
||||
if (type === 'run' && from.neType.toLowerCase() === 'omc') {
|
||||
console.log(res);
|
||||
if (res.code === RESULT_CODE_SUCCESS) {
|
||||
fnFileModalCancel();
|
||||
lockedStore.fnLock('reload', true);
|
||||
|
||||
Reference in New Issue
Block a user