feat(users): add user type modification functionality

- Add modifyType API endpoint in userApi
- Implement user type modification in Users.vue
This commit is contained in:
2026-03-30 14:22:12 +08:00
parent ba78f77243
commit 11245a5b7f
3 changed files with 13 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
const APP_TARGET = '192.168.1.4:38080'
const APP_TARGET = 'localhost:8080'
export default defineConfig({
define: {