docs: 完善项目说明和协作规则
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
import type { FunctionalComponent } from "vue";
|
||||
|
||||
/**
|
||||
* 登录后默认打开的标签页。
|
||||
*
|
||||
* 这里要和 `src/router/modules/employees.ts` 的业务页面保持一致,
|
||||
* 否则登出重置标签页或首次进入后台时会出现空标签/错入口。
|
||||
*/
|
||||
export const routerArrays: Array<RouteConfigs> = [
|
||||
{
|
||||
path: "/stores",
|
||||
|
||||
Reference in New Issue
Block a user