feat(app): 添加应用管理页面

- 依据 youlai-nest-tenant 的 /api/v1/apps 接口与 sys_app 表添加应用管理前端页面

- 含列表查询、新增/编辑、删除、状态切换(sys:app:change-status)

- 版本号 4.7.5 -> 4.7.6
This commit is contained in:
Ray.Hao
2026-07-11 07:04:51 +08:00
parent 44be47ac7e
commit 54bbc2a6fc
4 changed files with 502 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "vue3-element-admin",
"description": "Vue3 + Vite + TypeScript + Element-Plus 的后台管理模板vue-element-admin 的 Vue3 版本",
"version": "4.7.5",
"version": "4.7.6",
"private": true,
"type": "module",
"scripts": {