添加用户资料点击逻辑,更新页面UI

This commit is contained in:
Conner.G
2025-12-21 20:31:42 +08:00
parent 6b9b74c9e4
commit fa57938a9d
12 changed files with 451 additions and 89 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ export default defineConfig({
server: {
proxy: {
'/api': {
target: 'http://localhost:19089',
// target: 'http://localhost:19089',
target: 'http://101.200.208.45:19089',
changeOrigin: true,
}
}