重构配送点独立资源页面
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/** 功能描述:扩展配送点后台路由元数据类型。版本:v1.1.0。 */
|
||||
import 'vue-router';
|
||||
|
||||
declare module 'vue-router' {
|
||||
@@ -6,6 +7,10 @@ declare module 'vue-router' {
|
||||
menuCode?: string; // Server-assigned menu domain required by this route
|
||||
staffType?: 'installer' | 'delivery' | 'operations';
|
||||
createMode?: boolean;
|
||||
resource?: string;
|
||||
recordMode?: 'create' | 'detail' | 'edit';
|
||||
listRouteName?: string;
|
||||
canonicalCreate?: boolean;
|
||||
requiresAuth: boolean; // Whether login is required to access the current page (every route must declare)
|
||||
icon?: string; // The icon show in the side menu
|
||||
locale?: string; // The locale name show in side menu and breadcrumb
|
||||
|
||||
Reference in New Issue
Block a user