fix: modify
parent
852e419487
commit
29cda27949
|
@ -39,7 +39,7 @@ export default {
|
||||||
}
|
}
|
||||||
getConfigs()
|
getConfigs()
|
||||||
const showTest = name => {
|
const showTest = name => {
|
||||||
return !['短信配置', '阵地信息'].includes(name)
|
return !['短信配置', '阵地信息', '大屏展示配置'].includes(name)
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
leftConfigs,
|
leftConfigs,
|
||||||
|
|
Loading…
Reference in New Issue