feat: enhance user profile and achievement features
- Add functionality for users to update their profile picture and nickname - Implement achievement theme selection in onboarding - Update API integration for profile updates and achievement themes - Refine UI elements for better user interaction and experience
This commit is contained in:
+2
-1
@@ -11,7 +11,8 @@ export default defineConfig({
|
||||
proxy: {
|
||||
'/api/v1': {
|
||||
// target: 'http://localhost:8080',
|
||||
target: 'http://nas.quitsmok.top:8300',
|
||||
target: 'http://192.168.31.73:8080',
|
||||
|
||||
changeOrigin: true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user