This commit is contained in:
Taric Xin
2022-01-24 19:55:10 +08:00
parent 203701315d
commit 89242d8d15
4 changed files with 35 additions and 43 deletions

View File

@ -1,7 +1,7 @@
import { Component, OnInit, EventEmitter, Input, Output } from '@angular/core';
import { BaseService } from '@shared';
const JSONTYPE = new Set([5]);
const JSONTYPE = new Set([5,6]);
@Component({
selector: 'app-dynamic-setting-h5',
templateUrl: './dynamic-setting-h5.component.html',