Merge pull request '删除登陆页面账号密码,后台点击量显示异常' (#1) from sysnix into master
Reviewed-on: http://localhost:3000/sysnix/blog/pulls/1
This commit is contained in:
commit
86516dc98e
|
@ -102,7 +102,7 @@ func (*articleService) PageArticle(page int, itemsPerPage int) model.Page[any] {
|
|||
// content[i].View = view
|
||||
var vo = struct {
|
||||
model.BlogArticle
|
||||
View int64
|
||||
View int64 `json:"view"`
|
||||
}{v, view}
|
||||
|
||||
ret = append(ret, vo)
|
||||
|
|
|
@ -99,8 +99,8 @@
|
|||
v => !!v || '不能为空',
|
||||
],
|
||||
|
||||
username: "admin",
|
||||
password: "littlehui.com!23",
|
||||
username: "",
|
||||
password: "",
|
||||
captcha: '#{.captcha}'
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Reference in New Issue