Refactor outdoor fair management:
- Remove .DS_Store file. - Update .gitignore to include .DS_Store. - Modify proxy configuration to use environment variable for backend URL. - Correct component paths in routes. - Implement outdoor fair detail fetching with improved API call. - Enhance EditModal for outdoor fair with dynamic dictionary options. - Add functionality to upload outdoor fair photos. - Update service layer to handle outdoor fair dictionary options.
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -13,4 +13,6 @@ src/.umi-production/
|
||||
|
||||
# Archives
|
||||
*.rar
|
||||
*.zip
|
||||
*.zip
|
||||
.DS_Store
|
||||
.local/
|
||||
|
||||
Reference in New Issue
Block a user