2024-08-15 Merge remote-tracking branch 'origin/main' into pms-dev

This commit is contained in:
root 2024-08-15 15:43:55 +08:00
commit 3f1a9b87cc
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -368,7 +368,7 @@ const deleteUserFunc = async(row) => {
//
const userInfo = ref({
username: '',
userName: '',
password: '',
nickName: '',
headerImg: '',