|
@@ -454,7 +454,7 @@ export default {
|
|
|
// 标题模块
|
|
|
content() {
|
|
|
let rules = {
|
|
|
- '1': [3, 4, 5, 6, 8].includes(this.active),
|
|
|
+ '1': [3, 4, 5, 6, 7, 8].includes(this.active),
|
|
|
'2': [1, 3].includes(this.active),
|
|
|
'3': [2, 4, 6, 7, 8, 9].includes(this.active),
|
|
|
'4': [2, 4, 6, 8, 9, 10, 11].includes(this.active),
|