2024-08-15 Merge remote-tracking branch 'origin/main' into pms-dev
This commit is contained in:
commit
3f1a9b87cc
|
@ -74,7 +74,7 @@ func (s *SystemApiApi) SyncApi(c *gin.Context) {
|
|||
// @accept application/json
|
||||
// @Produce application/json
|
||||
// @Success 200 {object} response.Response{msg=string} "获取API分组"
|
||||
// @Router /api/getApiGroups [post]
|
||||
// @Router /api/getApiGroups [get]
|
||||
func (s *SystemApiApi) GetApiGroups(c *gin.Context) {
|
||||
groups, apiGroupMap, err := apiService.GetApiGroups()
|
||||
if err != nil {
|
||||
|
|
|
@ -368,7 +368,7 @@ const deleteUserFunc = async(row) => {
|
|||
|
||||
// 弹窗相关
|
||||
const userInfo = ref({
|
||||
username: '',
|
||||
userName: '',
|
||||
password: '',
|
||||
nickName: '',
|
||||
headerImg: '',
|
||||
|
|
Loading…
Reference in New Issue