|
|
@@ -99,8 +99,8 @@ export const REDIRECT_PATH = '/redirect';
|
|
|
export const TAB_KEEP_ALIVE = true;
|
|
|
// 开启 KeepAlive 后需要缓存的路由地址
|
|
|
export const KEEP_ALIVE_INCLUDE= [
|
|
|
- 'stockManagementAdd',
|
|
|
- 'outgoingManagementAdd',
|
|
|
+ // 'stockManagementAdd',
|
|
|
+ // 'outgoingManagementAdd',
|
|
|
];
|
|
|
// token 传递的 header 名称
|
|
|
export const TOKEN_HEADER_NAME = 'Authorization';
|