You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
export enum TabContentEnum {
|
|
TAB_TYPE,
|
|
EXTRA_TYPE,
|
|
}
|
|
|
|
export enum TabActionEnum {
|
|
// 刷新页面
|
|
REFRESH_PAGE,
|
|
// 关闭当前页
|
|
CLOSE_CURRENT,
|
|
// 关闭左边
|
|
CLOSE_LEFT,
|
|
// 关闭右边
|
|
CLOSE_RIGHT,
|
|
// 关闭其它页
|
|
CLOSE_OTHER,
|
|
// 关闭全部
|
|
CLOSE_ALL,
|
|
SCALE,
|
|
CLOSE,
|
|
}
|