单页列表
()
| 14 | |
| 15 | //单页列表 |
| 16 | func (this *SingleController) Get() { |
| 17 | this.Data["IsSingle"] = true |
| 18 | this.Data["Lists"], _, _ = models.NewPages().List(1000) |
| 19 | this.TplName = "index.html" |
| 20 | } |
| 21 | |
| 22 | //单页编辑,只编辑文本内容 |
| 23 | func (this *SingleController) Edit() { |