Go to file
5b8907cac1 feat: 添加路由拦截逻辑 - 用户登录后需完成实名认证才能访问其他页面 2026-05-21 17:52:17 +08:00
public 地址加人脸验证页面 2026-05-14 10:36:23 +08:00
src feat: 添加路由拦截逻辑 - 用户登录后需完成实名认证才能访问其他页面 2026-05-21 17:52:17 +08:00
.editorconfig 3.6号提交 2026-03-06 17:54:45 +08:00
.env.development 地址加人脸验证页面 2026-05-14 10:36:23 +08:00
.env.production 地址加人脸验证页面 2026-05-14 10:36:23 +08:00
.gitattributes 3.6号提交 2026-03-06 17:54:45 +08:00
.gitignore 配置git不提交zip 2026-04-25 16:15:44 +08:00
.oxlintrc.json 3.6号提交 2026-03-06 17:54:45 +08:00
.prettierrc.json 3.6号提交 2026-03-06 17:54:45 +08:00
README.md 3.6号提交 2026-03-06 17:54:45 +08:00
env.d.ts 3.6号提交 2026-03-06 17:54:45 +08:00
eslint.config.ts 3.6号提交 2026-03-06 17:54:45 +08:00
index.html 3.6号提交 2026-03-06 17:54:45 +08:00
package.json 导航 2026-05-20 13:42:46 +08:00
pnpm-lock.yaml 导航 2026-05-20 13:42:46 +08:00
pnpm-workspace.yaml 导航 2026-05-09 13:56:35 +08:00
tsconfig.app.json 3.6号提交 2026-03-06 17:54:45 +08:00
tsconfig.json 3.6号提交 2026-03-06 17:54:45 +08:00
tsconfig.node.json 3.6号提交 2026-03-06 17:54:45 +08:00
vite.config.ts feat: 添加调整基本账户金额自动计算功能 2026-05-20 11:24:01 +08:00

README.md

admin-system

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

VS Code + Vue (Official) (and disable Vetur).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Lint with ESLint

pnpm lint