Compare commits
	
		
			No commits in common. "86516dc98e03b35bea4015bb3384fbf82650e87a" and "69c9bf590ed51a90930bc752888ccb623405419e" have entirely different histories.
		
	
	
		
			86516dc98e
			...
			69c9bf590e
		
	
		|  | @ -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 `json:"view"` | ||||
| 			View int64 | ||||
| 		}{v, view} | ||||
| 
 | ||||
| 		ret = append(ret, vo) | ||||
|  |  | |||
|  | @ -99,8 +99,8 @@ | |||
|                 v => !!v || '不能为空', | ||||
|             ], | ||||
| 
 | ||||
|             username: "", | ||||
|             password: "", | ||||
|             username: "admin", | ||||
|             password: "littlehui.com!23", | ||||
|             captcha: '#{.captcha}' | ||||
|         }, | ||||
|         methods: { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue