docs: 完善项目说明和协作规则

This commit is contained in:
湛兮
2026-05-26 11:30:03 +08:00
parent 88d4578600
commit 2fcfece32b
12 changed files with 270 additions and 30 deletions
+6
View File
@@ -1,5 +1,11 @@
import type { FunctionalComponent } from "vue";
/**
* 登录后默认打开的标签页。
*
* 这里要和 `src/router/modules/employees.ts` 的业务页面保持一致,
* 否则登出重置标签页或首次进入后台时会出现空标签/错入口。
*/
export const routerArrays: Array<RouteConfigs> = [
{
path: "/stores",