No Description

wuyi 64f2318886 新增获取当前用户团队的API,更新团队列表接口以支持通过ID查询,调整团队管理视图以根据用户角色加载团队信息,并优化导航菜单项的角色过滤逻辑。 3 months ago
public de76e76bb8 Initial commit 4 months ago
src 64f2318886 新增获取当前用户团队的API,更新团队列表接口以支持通过ID查询,调整团队管理视图以根据用户角色加载团队信息,并优化导航菜单项的角色过滤逻辑。 3 months ago
.editorconfig de76e76bb8 Initial commit 4 months ago
.env de76e76bb8 Initial commit 4 months ago
.env.production de76e76bb8 Initial commit 4 months ago
.gitattributes de76e76bb8 Initial commit 4 months ago
.gitignore de76e76bb8 Initial commit 4 months ago
.prettierrc.json de76e76bb8 Initial commit 4 months ago
README.md de76e76bb8 Initial commit 4 months ago
eslint.config.js de76e76bb8 Initial commit 4 months ago
index.html de76e76bb8 Initial commit 4 months ago
jsconfig.json de76e76bb8 Initial commit 4 months ago
package-lock.json de76e76bb8 Initial commit 4 months ago
package.json de76e76bb8 Initial commit 4 months ago
vite.config.js de76e76bb8 Initial commit 4 months ago
yarn.lock de76e76bb8 Initial commit 4 months ago

README.md

robin-admin

This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint