Files
zyt/admin
longandCursor 183b6a1acf feat(stats): 新增自录转化统计模块
支持后台用户手动录入个人业绩与账户消耗,独立计算转化指标,接入 DataScope 数据权限。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-22 09:17:16 +08:00
..
2026-03-13 14:08:52 +08:00
2026-03-01 14:17:59 +08:00
2026-05-09 17:04:50 +08:00
2026-03-01 14:17:59 +08:00
2026-03-01 14:17:59 +08:00
2026-03-01 14:17:59 +08:00
2026-03-01 14:17:59 +08:00
2026-03-01 14:17:59 +08:00
2026-03-01 14:17:59 +08:00
2026-03-04 15:32:30 +08:00
2026-03-04 15:32:30 +08:00
2026-03-04 15:32:30 +08:00
2026-03-04 15:32:30 +08:00
2026-03-11 09:49:47 +08:00
2026-03-04 15:32:30 +08:00
2026-03-11 09:49:47 +08:00
2026-03-11 09:49:47 +08:00
2026-03-04 15:32:30 +08:00
2026-03-13 14:08:52 +08:00
2026-03-13 14:08:52 +08:00
2026-03-13 14:08:52 +08:00
2026-03-04 15:32:30 +08:00
2026-03-04 15:32:30 +08:00
2026-03-13 14:08:52 +08:00
2026-03-01 14:17:59 +08:00
2026-03-04 15:32:30 +08:00
2026-03-13 14:08:52 +08:00
2026-03-09 09:55:04 +08:00
2026-03-04 15:32:30 +08:00
2026-03-11 09:49:47 +08:00
2026-03-04 15:32:30 +08:00
2026-03-11 09:49:47 +08:00
2026-03-04 15:32:30 +08:00
2026-03-13 14:08:52 +08:00
2026-03-11 14:33:49 +08:00
2026-05-09 17:04:50 +08:00
2026-05-09 17:04:50 +08:00
1
2026-05-07 15:04:16 +08:00
2026-03-01 14:17:59 +08:00
2026-03-13 14:08:52 +08:00
2026-03-04 15:32:30 +08:00
2026-03-11 09:49:47 +08:00
2026-03-04 15:32:30 +08:00
2026-03-01 14:17:59 +08:00
2026-03-04 15:32:30 +08:00
2026-03-04 15:32:30 +08:00
2026-03-04 15:32:30 +08:00
2026-03-13 14:08:52 +08:00
2026-03-13 14:08:52 +08:00
2026-03-01 14:17:59 +08:00
2026-03-11 14:33:49 +08:00
2026-03-24 16:32:56 +08:00
2026-03-04 15:32:30 +08:00
2026-03-13 14:08:52 +08:00
2026-03-01 14:17:59 +08:00
2026-05-13 16:54:54 +08:00
2026-05-09 17:04:50 +08:00
2026-03-04 15:32:30 +08:00
2026-03-04 15:32:30 +08:00

vue-project

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

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

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 TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:

  1. Disable the built-in TypeScript Extension
    1. Run Extensions: Show Built-in Extensions from VSCode's command palette
    2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  2. Reload the VSCode window by running Developer: Reload Window from the command palette.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint