constants.js 312 Bytes
Newer Older
dengxiaofeng's avatar
dengxiaofeng committed
1 2 3
export const LOAD_REPOS = 'App/LOAD_REPOS';
export const LOAD_REPOS_SUCCESS = 'App/LOAD_REPOS_SUCCESS';
export const LOAD_REPOS_ERROR = 'App/LOAD_REPOS_ERROR';
4
export const SET_AUTHORITY = 'App/SET_AUTHORITY';
5
export const SET_USER_MODE = 'App/SET_USER_MODE';
张烨's avatar
张烨 committed
6
export const SET_LOGIN_NAME = 'App/SET_LOGIN_NAME';