SYMBOL INDEX (541 symbols across 112 files) FILE: functions/matchMock.js constant BODY_PARSED_METHODS (line 6) | const BODY_PARSED_METHODS = ['post', 'put', 'patch']; function parseKey (line 8) | function parseKey(key) { function createHandler (line 22) | function createHandler(method, path, handler) { function normalizeConfig (line 44) | function normalizeConfig(config) { function matchMock (line 63) | function matchMock(req) { FILE: mock/api.js function fakeList (line 64) | function fakeList(count) { function getFakeList (line 114) | function getFakeList(req, res) { function postFakeList (line 124) | function postFakeList(req, res) { function getFakeCaptcha (line 320) | function getFakeCaptcha(req, res) { FILE: mock/geographic.js function getProvince (line 4) | function getProvince(req, res) { function getCity (line 8) | function getCity(req, res) { FILE: mock/rule.js function getRule (line 26) | function getRule(req, res, u) { function postRule (line 78) | function postRule(req, res, u, b) { FILE: src/components/Authorized/CheckPermissions.js function isPromise (line 5) | function isPromise(obj) { FILE: src/components/Authorized/PromiseRender.js class PromiseRender (line 4) | class PromiseRender extends React.PureComponent { method componentDidMount (line 9) | componentDidMount() { method componentDidUpdate (line 13) | componentDidUpdate(nextProps) { method setRenderComponent (line 19) | setRenderComponent(props) { method render (line 46) | render() { FILE: src/components/Authorized/index.d.ts type authorityFN (line 4) | type authorityFN = (currentAuthority?: string) => boolean; type authority (line 6) | type authority = string | Array | authorityFN | Promise; type IReactComponent (line 8) | type IReactComponent

= type Secured (line 13) | interface Secured { type AuthorizedRouteProps (line 17) | interface AuthorizedRouteProps extends RouteProps { class AuthorizedRoute (line 20) | class AuthorizedRoute extends React.Component {} type check (line 22) | interface check { type AuthorizedProps (line 30) | interface AuthorizedProps { class Authorized (line 35) | class Authorized extends React.Component { FILE: src/components/Authorized/renderAuthorize.js constant CURRENT (line 2) | let CURRENT = 'NULL'; FILE: src/components/Charts/Bar/index.d.ts type IBarProps (line 2) | interface IBarProps { class Bar (line 15) | class Bar extends React.Component {} FILE: src/components/Charts/Bar/index.js class Bar (line 8) | @autoHeight() method componentDidMount (line 14) | componentDidMount() { method componentWillUnmount (line 18) | componentWillUnmount() { method resize (line 30) | @Bind() method render (line 57) | render() { FILE: src/components/Charts/ChartCard/index.d.ts type IChartCardProps (line 4) | interface IChartCardProps extends CardProps { class ChartCard (line 14) | class ChartCard extends React.Component {} FILE: src/components/Charts/ChartCard/index.js class ChartCard (line 22) | class ChartCard extends React.PureComponent { method render (line 62) | render() { FILE: src/components/Charts/Field/index.d.ts type IFieldProps (line 2) | interface IFieldProps { class Field (line 8) | class Field extends React.Component {} FILE: src/components/Charts/Gauge/index.d.ts type IGaugeProps (line 2) | interface IGaugeProps { class Gauge (line 11) | class Gauge extends React.Component {} FILE: src/components/Charts/Gauge/index.js method drawShape (line 23) | drawShape(cfg, group) { class Gauge (line 54) | @autoHeight() method render (line 56) | render() { FILE: src/components/Charts/MiniArea/index.d.ts type IAxis (line 6) | interface IAxis { type IMiniAreaProps (line 15) | interface IMiniAreaProps { class MiniArea (line 29) | class MiniArea extends React.Component {} FILE: src/components/Charts/MiniArea/index.js class MiniArea (line 6) | @autoHeight() method render (line 8) | render() { FILE: src/components/Charts/MiniBar/index.d.ts type IMiniBarProps (line 2) | interface IMiniBarProps { class MiniBar (line 12) | class MiniBar extends React.Component {} FILE: src/components/Charts/MiniBar/index.js class MiniBar (line 6) | @autoHeight() method render (line 8) | render() { FILE: src/components/Charts/MiniProgress/index.d.ts type IMiniProgressProps (line 2) | interface IMiniProgressProps { class MiniProgress (line 10) | class MiniProgress extends React.Component {} FILE: src/components/Charts/Pie/index.d.ts type IPieProps (line 2) | interface IPieProps { class Pie (line 21) | class Pie extends React.Component {} FILE: src/components/Charts/Pie/index.js class Pie (line 14) | @autoHeight() method componentDidMount (line 21) | componentDidMount() { method componentDidUpdate (line 31) | componentDidUpdate(preProps) { method componentWillUnmount (line 40) | componentWillUnmount() { method resize (line 97) | @Bind() method render (line 119) | render() { FILE: src/components/Charts/Radar/index.d.ts type IRadarProps (line 2) | interface IRadarProps { class Radar (line 15) | class Radar extends React.Component {} FILE: src/components/Charts/Radar/index.js class Radar (line 8) | @autoHeight() method componentDidMount (line 14) | componentDidMount() { method componentDidUpdate (line 18) | componentDidUpdate(preProps) { method render (line 77) | render() { FILE: src/components/Charts/TagCloud/index.d.ts type ITagCloudProps (line 2) | interface ITagCloudProps { class TagCloud (line 11) | class TagCloud extends React.Component {} FILE: src/components/Charts/TagCloud/index.js class TagCloud (line 15) | @autoHeight() method componentDidMount (line 21) | componentDidMount() { method componentDidUpdate (line 29) | componentDidUpdate(preProps) { method componentWillUnmount (line 36) | componentWillUnmount() { method getTextAttrs (line 53) | function getTextAttrs(cfg) { method drawShape (line 72) | drawShape(cfg, container) { method renderChart (line 84) | @Bind() method render (line 140) | render() { FILE: src/components/Charts/TimelineChart/index.d.ts type ITimelineChartProps (line 2) | interface ITimelineChartProps { class TimelineChart (line 14) | class TimelineChart extends React.Component {} FILE: src/components/Charts/TimelineChart/index.js class TimelineChart (line 8) | @autoHeight() method render (line 10) | render() { FILE: src/components/Charts/WaterWave/index.d.ts type IWaterWaveProps (line 2) | interface IWaterWaveProps { class WaterWave (line 10) | class WaterWave extends React.Component {} FILE: src/components/Charts/WaterWave/index.js class WaterWave (line 9) | @autoHeight() method componentDidMount (line 15) | componentDidMount() { method componentDidUpdate (line 27) | componentDidUpdate(props) { method componentWillUnmount (line 35) | componentWillUnmount() { method renderChart (line 53) | renderChart(type) { method render (line 187) | render() { FILE: src/components/Charts/autoHeight.js function computeHeight (line 4) | function computeHeight(node) { function getAutoHeight (line 12) | function getAutoHeight(n) { method componentDidMount (line 39) | componentDidMount() { method render (line 52) | render() { FILE: src/components/Exception/index.d.ts type IExceptionProps (line 2) | interface IExceptionProps { class Exception (line 15) | class Exception extends React.Component {} FILE: src/components/Exception/index.js class Exception (line 7) | class Exception extends React.PureComponent { method constructor (line 13) | constructor(props) { method render (line 18) | render() { FILE: src/components/FooterToolbar/index.d.ts type IFooterToolbarProps (line 2) | interface IFooterToolbarProps { class FooterToolbar (line 7) | class FooterToolbar extends React.Component {} FILE: src/components/FooterToolbar/index.js class FooterToolbar (line 6) | class FooterToolbar extends Component { method componentDidMount (line 15) | componentDidMount() { method componentWillUnmount (line 20) | componentWillUnmount() { method render (line 37) | render() { FILE: src/components/GlobalFooter/index.d.ts type IGlobalFooterProps (line 2) | interface IGlobalFooterProps { class GlobalFooter (line 13) | class GlobalFooter extends React.Component {} FILE: src/components/GlobalHeader/RightContent.js class GlobalHeaderRight (line 10) | class GlobalHeaderRight extends PureComponent { method getNoticeData (line 11) | getNoticeData() { method render (line 42) | render() { FILE: src/components/GlobalHeader/index.js class GlobalHeader (line 8) | class GlobalHeader extends PureComponent { method componentWillUnmount (line 9) | componentWillUnmount() { method triggerResizeEvent (line 13) | @Debounce(600) method render (line 25) | render() { FILE: src/components/Login/LoginItem.js class WrapFormItem (line 10) | class WrapFormItem extends Component { method constructor (line 15) | constructor(props) { method componentDidMount (line 22) | componentDidMount() { method componentWillUnmount (line 29) | componentWillUnmount() { method render (line 72) | render() { FILE: src/components/Login/LoginTab.js class LoginTab (line 15) | class LoginTab extends Component { method constructor (line 16) | constructor(props) { method componentDidMount (line 21) | componentDidMount() { method render (line 26) | render() { FILE: src/components/Login/index.d.ts type LoginProps (line 3) | interface LoginProps { type TabProps (line 10) | interface TabProps { class Tab (line 14) | class Tab extends React.Component {} type LoginItemProps (line 16) | interface LoginItemProps { class LoginItem (line 25) | class LoginItem extends React.Component {} class Login (line 27) | class Login extends React.Component { FILE: src/components/Login/index.js class Login (line 11) | class Login extends Component { method constructor (line 26) | constructor(props) { method render (line 84) | render() { FILE: src/components/NoticeIcon/NoticeIconTab.d.ts type INoticeIconData (line 2) | interface INoticeIconData { type INoticeIconTabProps (line 11) | interface INoticeIconTabProps { class NoticeIconTab (line 21) | class NoticeIconTab extends React.Component {} FILE: src/components/NoticeIcon/NoticeList.js function NoticeList (line 6) | function NoticeList({ FILE: src/components/NoticeIcon/index.d.ts type INoticeIconProps (line 4) | interface INoticeIconProps { class NoticeIcon (line 27) | class NoticeIcon extends React.Component { FILE: src/components/NoticeIcon/index.js class NoticeIcon (line 9) | class NoticeIcon extends PureComponent { method getNotificationBox (line 35) | getNotificationBox() { method render (line 67) | render() { FILE: src/components/PageHeader/breadcrumb.d.ts class BreadcrumbView (line 4) | class BreadcrumbView extends React.Component {} FILE: src/components/PageHeader/breadcrumb.js class BreadcrumbView (line 19) | class BreadcrumbView extends PureComponent { method componentDidMount (line 24) | componentDidMount() { method componentDidUpdate (line 28) | componentDidUpdate(preProps) { method render (line 172) | render() { FILE: src/components/PageHeader/index.d.ts type IPageHeaderProps (line 2) | interface IPageHeaderProps { class PageHeader (line 23) | class PageHeader extends React.Component {} FILE: src/components/PageHeader/index.js class PageHeader (line 8) | class PageHeader extends PureComponent { method render (line 16) | render() { FILE: src/components/PageHeaderWrapper/GridContent.js class GridContent (line 5) | class GridContent extends PureComponent { method render (line 6) | render() { FILE: src/components/Result/index.d.ts type IResultProps (line 2) | interface IResultProps { class Result (line 11) | class Result extends React.Component {} FILE: src/components/Result/index.js function Result (line 6) | function Result({ FILE: src/components/SelectLang/index.js class SelectLang (line 7) | class SelectLang extends PureComponent { method render (line 12) | render() { FILE: src/components/SettingDrawer/index.js class SettingDrawer (line 25) | @connect(({ setting }) => ({ setting })) method render (line 129) | render() { FILE: src/components/SiderMenu/BaseMenu.js class BaseMenu (line 32) | class BaseMenu extends PureComponent { method constructor (line 33) | constructor(props) { method getFlatMenuKeys (line 44) | getFlatMenuKeys(menus) { method render (line 161) | render() { FILE: src/components/SiderMenu/SiderMenu.js class SiderMenu (line 52) | class SiderMenu extends PureComponent { method constructor (line 53) | constructor(props) { method getDerivedStateFromProps (line 61) | static getDerivedStateFromProps(props, state) { method render (line 89) | render() { FILE: src/components/StandardTable/index.js function initTotalList (line 5) | function initTotalList(columns) { class StandardTable (line 15) | class StandardTable extends PureComponent { method constructor (line 16) | constructor(props) { method getDerivedStateFromProps (line 27) | static getDerivedStateFromProps(nextProps) { method render (line 64) | render() { FILE: src/components/TopNavHeader/index.js class TopNavHeader (line 7) | class TopNavHeader extends PureComponent { method constructor (line 8) | constructor(props) { method getDerivedStateFromProps (line 16) | static getDerivedStateFromProps(props) { method render (line 22) | render() { FILE: src/components/_utils/pathTools.js function urlToList (line 3) | function urlToList(url) { FILE: src/layouts/BasicLayout.js function formatter (line 25) | function formatter(data, parentPath = '', parentAuthority, parentName) { class BasicLayout (line 88) | class BasicLayout extends React.PureComponent { method constructor (line 89) | constructor(props) { method componentDidMount (line 103) | componentDidMount() { method componentDidUpdate (line 126) | componentDidUpdate(preProps) { method componentWillUnmount (line 137) | componentWillUnmount() { method getContext (line 142) | getContext() { method getMenuData (line 150) | getMenuData() { method getBreadcrumbNameMap (line 161) | getBreadcrumbNameMap() { method renderSettingDrawer (line 223) | renderSettingDrawer() { method render (line 233) | render() { FILE: src/layouts/Header.js class HeaderView (line 14) | class HeaderView extends PureComponent { method getDerivedStateFromProps (line 19) | static getDerivedStateFromProps(props, state) { method componentDidMount (line 28) | componentDidMount() { method componentWillUnmount (line 32) | componentWillUnmount() { method render (line 117) | render() { FILE: src/layouts/UserLayout.js class UserLayout (line 34) | class UserLayout extends React.PureComponent { method render (line 46) | render() { FILE: src/models/article.js method queryArticle (line 38) | *queryArticle({ payload }, { call, put }) { method delArticle (line 54) | *delArticle({ payload }, { call, put }) { method addArticle (line 59) | *addArticle({ payload }, { call, put }) { method updateArticle (line 64) | *updateArticle({ payload }, { call, put }) { method getArticleDetail (line 69) | *getArticleDetail({ payload }, { call, put }) { method changeComment (line 81) | *changeComment({ payload }, { call, put }) { method changeThirdComment (line 86) | *changeThirdComment({ payload }, { call, put }) { method saveArticleList (line 94) | saveArticleList(state, { payload }) { method saveArticleListTotal (line 100) | saveArticleListTotal(state, { payload }) { method saveArticleDetail (line 106) | saveArticleDetail(state, { payload }) { FILE: src/models/category.js method queryCategory (line 12) | *queryCategory({ payload }, { call, put }) { method addCategory (line 30) | *addCategory({ payload }, { call, put }) { method delCategory (line 35) | *delCategory({ payload }, { call, put }) { method saveCategoryList (line 43) | saveCategoryList(state, { payload }) { method saveCategoryListTotal (line 49) | saveCategoryListTotal(state, { payload }) { FILE: src/models/global.js method fetchNotices (line 12) | *fetchNotices(_, { call, put }) { method clearNotices (line 23) | *clearNotices({ payload }, { put, select }) { method changeLayoutCollapsed (line 37) | changeLayoutCollapsed(state, { payload }) { method saveNotices (line 43) | saveNotices(state, { payload }) { method saveClearedNotices (line 49) | saveClearedNotices(state, { payload }) { method setup (line 58) | setup({ history }) { FILE: src/models/link.js method queryLink (line 12) | *queryLink({ payload }, { call, put }) { method addLink (line 30) | *addLink({ payload }, { call, put }) { method updateLink (line 35) | *updateLink({ payload }, { call, put }) { method delLink (line 40) | *delLink({ payload }, { call, put }) { method saveLinkList (line 48) | saveLinkList(state, { payload }) { method saveLinkListTotal (line 54) | saveLinkListTotal(state, { payload }) { FILE: src/models/list.js method fetch (line 11) | *fetch({ payload }, { call, put }) { method appendFetch (line 18) | *appendFetch({ payload }, { call, put }) { method submit (line 25) | *submit({ payload }, { call, put }) { method queryList (line 41) | queryList(state, action) { method appendList (line 47) | appendList(state, action) { FILE: src/models/login.js method loginAdmin (line 16) | *loginAdmin({ payload }, { call, put }) { method login (line 56) | *login({ payload }, { call, put }) { method getCaptcha (line 87) | *getCaptcha({ payload }, { call }) { method logout (line 91) | *logout(_, { put }) { method changeLoginStatus (line 112) | changeLoginStatus(state, { payload }) { FILE: src/models/message.js method queryMessage (line 28) | *queryMessage({ payload }, { call, put }) { method delMessage (line 44) | *delMessage({ payload }, { call, put }) { method addReplyMessage (line 49) | *addReplyMessage({ payload }, { call, put }) { method getMessageDetail (line 54) | *getMessageDetail({ payload }, { call, put }) { method saveMessageList (line 69) | saveMessageList(state, { payload }) { method saveMessageListTotal (line 75) | saveMessageListTotal(state, { payload }) { method saveMessageDetail (line 81) | saveMessageDetail(state, { payload }) { FILE: src/models/otherUser.js method queryUser (line 12) | *queryUser({ payload }, { call, put }) { method addUser (line 30) | *addUser({ payload }, { call, put }) { method updateUser (line 35) | *updateUser({ payload }, { call, put }) { method delUser (line 40) | *delUser({ payload }, { call, put }) { method saveUserList (line 48) | saveUserList(state, { payload }) { method saveUserListTotal (line 54) | saveUserListTotal(state, { payload }) { FILE: src/models/project.js method fetchNotice (line 19) | *fetchNotice(_, { call, put }) { method queryProject (line 26) | *queryProject({ payload }, { call, put }) { method delProject (line 42) | *delProject({ payload }, { call, put }) { method addProject (line 47) | *addProject({ payload }, { call, put }) { method updateProject (line 52) | *updateProject({ payload }, { call, put }) { method getProjectDetail (line 57) | *getProjectDetail({ payload }, { call, put }) { method saveNotice (line 71) | saveNotice(state, action) { method saveProjectList (line 77) | saveProjectList(state, { payload }) { method saveProjectListTotal (line 83) | saveProjectListTotal(state, { payload }) { method saveProjectDetail (line 89) | saveProjectDetail(state, { payload }) { FILE: src/models/setting.js function buildIt (line 15) | function buildIt() { method getSetting (line 70) | getSetting(state) { method changeSetting (line 89) | changeSetting(state, { payload }) { FILE: src/models/tag.js method queryTag (line 12) | *queryTag({ payload }, { call, put }) { method addTag (line 30) | *addTag({ payload }, { call, put }) { method delTag (line 35) | *delTag({ payload }, { call, put }) { method saveTagList (line 43) | saveTagList(state, { payload }) { method saveTagListTotal (line 49) | saveTagListTotal(state, { payload }) { FILE: src/models/timeAxis.js method queryTimeAxis (line 18) | *queryTimeAxis({ payload }, { call, put }) { method delTimeAxis (line 34) | *delTimeAxis({ payload }, { call, put }) { method addTimeAxis (line 39) | *addTimeAxis({ payload }, { call, put }) { method updateTimeAxis (line 44) | *updateTimeAxis({ payload }, { call, put }) { method getTimeAxisDetail (line 49) | *getTimeAxisDetail({ payload }, { call, put }) { method saveTimeAxisList (line 64) | saveTimeAxisList(state, { payload }) { method saveTimeAxisListTotal (line 70) | saveTimeAxisListTotal(state, { payload }) { method saveTimeAxisDetail (line 76) | saveTimeAxisDetail(state, { payload }) { FILE: src/models/user.js method fetch (line 12) | *fetch(_, { call, put }) { method fetchCurrent (line 19) | *fetchCurrent(_, { call, put }) { method delUser (line 26) | *delUser({ payload }, { call, put }) { method save (line 34) | save(state, action) { method saveCurrentUser (line 40) | saveCurrentUser(state, action) { method changeNotifyCount (line 46) | changeNotifyCount(state, action) { method saveUserList (line 55) | saveUserList(state, { payload }) { method saveUserListTotal (line 61) | saveUserListTotal(state, { payload }) { FILE: src/pages/Account/Settings/BaseView.js class BaseView (line 30) | @connect(({ user }) => ({ method componentDidMount (line 35) | componentDidMount() { method getAvatarURL (line 48) | getAvatarURL() { method render (line 61) | render() { FILE: src/pages/Account/Settings/Info.js class Info (line 11) | @connect(({ user }) => ({ method constructor (line 15) | constructor(props) { method getDerivedStateFromProps (line 35) | static getDerivedStateFromProps(props, state) { method componentDidMount (line 45) | componentDidMount() { method componentWillUnmount (line 50) | componentWillUnmount() { method render (line 90) | render() { FILE: src/pages/Account/Settings/PersonalLinkView.js class ModelLink (line 7) | class ModelLink extends Component { method constructor (line 8) | constructor(props) { method render (line 12) | render() { class NotificationView (line 66) | class NotificationView extends Component { method constructor (line 67) | constructor(props) { method handleChange (line 84) | handleChange(event) { method onOk (line 125) | onOk() { method onCancel (line 128) | onCancel() { method render (line 171) | render() { FILE: src/pages/Article/ArticleComponent.js class ArticleComponent (line 5) | @connect(({ article, tag, category }) => ({ method constructor (line 11) | constructor(props) { method componentDidMount (line 23) | componentDidMount() { method render (line 92) | render() { FILE: src/pages/Article/ArticleCreate.js class ArticleCreate (line 10) | @connect(({ article, tag, category }) => ({ method constructor (line 16) | constructor(props) { method componentDidMount (line 52) | componentDidMount() { method handleSubmit (line 78) | handleSubmit() { method getSmdeValue (line 201) | getSmdeValue() { method setSmdeValue (line 206) | setSmdeValue(value) { method handleChange (line 210) | handleChange(event) { method handleTagChange (line 216) | handleTagChange(value) { method handleCategoryChange (line 225) | handleCategoryChange(value) { method handleChangeState (line 234) | handleChangeState(value) { method handleChangeOrigin (line 240) | handleChangeOrigin(value) { method handleChangeType (line 246) | handleChangeType(value) { method render (line 317) | render() { FILE: src/pages/Article/CommentsComponent.js class CommentsComponent (line 5) | @connect(({ article }) => ({ method constructor (line 9) | constructor(props) { method componentDidMount (line 20) | componentDidMount() {} method render (line 93) | render() { FILE: src/pages/Article/List.js class TableList (line 27) | @connect(({ article }) => ({ method constructor (line 32) | constructor(props) { method componentDidMount (line 234) | componentDidMount() { method handleSubmit (line 238) | handleSubmit() { method handleChange (line 363) | handleChange(event) { method handleChangeAuthor (line 369) | handleChangeAuthor(event) { method handleChangeContent (line 375) | handleChangeContent(event) { method handleChangeImgUrl (line 381) | handleChangeImgUrl(event) { method handleChangeKeyword (line 387) | handleChangeKeyword(event) { method handleChangeOrigin (line 393) | handleChangeOrigin(value) { method handleChangeDesc (line 399) | handleChangeDesc(event) { method handleChangeType (line 405) | handleChangeType(value) { method handleTagChange (line 412) | handleTagChange(value) { method handleCategoryChange (line 421) | handleCategoryChange(value) { method handleChangeState (line 430) | handleChangeState(value) { method handleChangeSearchState (line 436) | handleChangeSearchState(searchState) { method handleChangeSearchKeyword (line 447) | handleChangeSearchKeyword(event) { method handleChangePageParam (line 453) | handleChangePageParam(pageNum, pageSize) { method getArticleDetail (line 465) | getArticleDetail(callback) { method renderSimpleForm (line 659) | renderSimpleForm() { method render (line 710) | render() { FILE: src/pages/Category/CategoryComponent.js class LinkComponent (line 4) | class LinkComponent extends React.Component { method constructor (line 5) | constructor(props) { method componentDidMount (line 10) | componentDidMount() {} method render (line 12) | render() { FILE: src/pages/Category/List.js class TableList (line 12) | @connect(({ category }) => ({ method constructor (line 17) | constructor(props) { method componentDidMount (line 62) | componentDidMount() { method handleChange (line 67) | handleChange(event) { method handleDescChange (line 73) | handleDescChange(event) { method handleChangeKeyword (line 80) | handleChangeKeyword(event) { method handleChangePageParam (line 86) | handleChangePageParam(pageNum, pageSize) { method renderSimpleForm (line 206) | renderSimpleForm() { method render (line 244) | render() { FILE: src/pages/Dashboard/Workplace.js class Workplace (line 10) | @connect(({ user,activities, loading }) => ({ method componentDidMount (line 18) | componentDidMount() { method componentWillUnmount (line 28) | componentWillUnmount() { method renderActivities (line 31) | renderActivities() { method render (line 68) | render() { FILE: src/pages/Dashboard/models/activities.js method fetchList (line 11) | *fetchList(_, { call, put }) { method saveList (line 21) | saveList(state, action) { FILE: src/pages/Exception/TriggerException.js class TriggerException (line 6) | @connect(state => ({ method render (line 27) | render() { FILE: src/pages/Exception/models/error.js method query (line 12) | *query({ payload }, { call, put }) { method trigger (line 22) | trigger(state, action) { FILE: src/pages/Link/LinkComponent.js class LinkComponent (line 4) | class LinkComponent extends React.Component { method constructor (line 5) | constructor(props) { method componentDidMount (line 10) | componentDidMount() {} method render (line 12) | render() { FILE: src/pages/Link/List.js class TableList (line 12) | @connect(({ link }) => ({ method constructor (line 17) | constructor(props) { method componentDidMount (line 89) | componentDidMount() { method onChangeState (line 93) | onChangeState(text, record, state) { method handleChangeType (line 139) | handleChangeType(type) { method handleChange (line 150) | handleChange(event) { method handleDescChange (line 156) | handleDescChange(event) { method handleUrlChange (line 162) | handleUrlChange(event) { method handleIconChange (line 168) | handleIconChange(event) { method handleTypeChange (line 174) | handleTypeChange(event) { method handleChangeKeyword (line 180) | handleChangeKeyword(event) { method handleChangePageParam (line 186) | handleChangePageParam(pageNum, pageSize) { method renderSimpleForm (line 311) | renderSimpleForm() { method render (line 359) | render() { FILE: src/pages/Message/List.js class TableList (line 26) | @connect(({ message }) => ({ method constructor (line 31) | constructor(props) { method componentDidMount (line 104) | componentDidMount() { method handleChangeState (line 108) | handleChangeState(state) { method handleChangeKeyword (line 119) | handleChangeKeyword(event) { method handleChangePageParam (line 125) | handleChangePageParam(pageNum, pageSize) { method renderSimpleForm (line 239) | renderSimpleForm() { method render (line 278) | render() { FILE: src/pages/Message/MessageComponent.js class MessageComponent (line 5) | @connect(({ message }) => ({ method constructor (line 9) | constructor(props) { method componentDidMount (line 20) | componentDidMount() {} method submit (line 22) | submit() { method handleChange (line 51) | handleChange(event) { method handleStateChange (line 57) | handleStateChange(value) { method render (line 63) | render() { FILE: src/pages/OtherUser/List.js class TableList (line 23) | @connect(({ otherUser }) => ({ method constructor (line 28) | constructor(props) { method componentDidMount (line 89) | componentDidMount() { method handleChangeType (line 93) | handleChangeType(type) { method handleChangeKeyword (line 104) | handleChangeKeyword(event) { method handleChangePageParam (line 110) | handleChangePageParam(pageNum, pageSize) { method renderSimpleForm (line 191) | renderSimpleForm() { method render (line 230) | render() { FILE: src/pages/OtherUser/OtherUserComponent.js class OtherUserComponent (line 4) | class OtherUserComponent extends React.Component { method constructor (line 5) | constructor(props) { method componentDidMount (line 10) | componentDidMount() {} method render (line 12) | render() { FILE: src/pages/Project/List.js class TableList (line 26) | @connect(({ project }) => ({ method constructor (line 31) | constructor(props) { method componentDidMount (line 126) | componentDidMount() { method onChangeTime (line 130) | onChangeTime(date, dateString) { method handleSubmit (line 138) | handleSubmit() { method handleChange (line 213) | handleChange(event) { method handleStateChange (line 220) | handleStateChange(value) { method handleChangeState (line 226) | handleChangeState(state) { method handleChangePageParam (line 237) | handleChangePageParam(pageNum, pageSize) { method renderSimpleForm (line 367) | renderSimpleForm() { method render (line 418) | render() { FILE: src/pages/Project/ProjectComponent.js class ProjectComponent (line 7) | @connect(({ project }) => ({ method constructor (line 11) | constructor(props) { method checkUpdate (line 16) | checkUpdate() { method render (line 28) | render() { FILE: src/pages/Tag/List.js class TableList (line 12) | @connect(({ tag }) => ({ method constructor (line 17) | constructor(props) { method componentDidMount (line 61) | componentDidMount() { method handleChange (line 65) | handleChange(event) { method handleDescChange (line 72) | handleDescChange(event) { method handleChangeKeyword (line 79) | handleChangeKeyword(event) { method handleChangePageParam (line 86) | handleChangePageParam(pageNum, pageSize) { method renderSimpleForm (line 207) | renderSimpleForm() { method render (line 245) | render() { FILE: src/pages/Tag/TagComponent.js class TagComponent (line 4) | class TagComponent extends React.Component { method constructor (line 5) | constructor(props) { method componentDidMount (line 10) | componentDidMount() {} method render (line 12) | render() { FILE: src/pages/TimeAxis/List.js class TableList (line 25) | @connect(({ timeAxis }) => ({ method constructor (line 30) | constructor(props) { method componentDidMount (line 114) | componentDidMount() { method onChangeTime (line 118) | onChangeTime(date, dateString) { method handleSubmit (line 126) | handleSubmit() { method handleChange (line 197) | handleChange(event) { method handleChangeContent (line 203) | handleChangeContent(event) { method handleStateChange (line 209) | handleStateChange(value) { method handleChangeState (line 215) | handleChangeState(state) { method handleChangeKeyword (line 226) | handleChangeKeyword(event) { method handleChangePageParam (line 232) | handleChangePageParam(pageNum, pageSize) { method renderSimpleForm (line 358) | renderSimpleForm() { method render (line 408) | render() { FILE: src/pages/TimeAxis/TimeAxisComponent.js class TimeAxisComponent (line 7) | @connect(({ timeAxis }) => ({ method constructor (line 11) | constructor(props) { method checkUpdate (line 18) | checkUpdate(){ method render (line 32) | render() { FILE: src/pages/User/Login.js class LoginPage (line 11) | @connect(({ login, loading }) => ({ method render (line 68) | render() { FILE: src/pages/User/Register.js class Register (line 37) | @connect(({ register, loading }) => ({ method componentDidUpdate (line 51) | componentDidUpdate() { method componentWillUnmount (line 64) | componentWillUnmount() { method render (line 176) | render() { FILE: src/pages/User/models/register.js method submit (line 13) | *submit({ payload }, { call, put }) { method registerHandle (line 23) | registerHandle(state, { payload }) { FILE: src/services/api.js function queryProjectNotice (line 4) | async function queryProjectNotice() { function queryActivities (line 8) | async function queryActivities() { function fakeSubmitForm (line 12) | async function fakeSubmitForm(params) { function fakeChartData (line 19) | async function fakeChartData() { function queryCategory (line 24) | async function queryCategory(params) { function addCategory (line 28) | async function addCategory(params) { function updateCategory (line 34) | async function updateCategory(params) { function delCategory (line 41) | async function delCategory(params) { function queryUser (line 49) | async function queryUser(params) { function addUser (line 53) | async function addUser(params) { function updateUser (line 59) | async function updateUser(params) { function delUser (line 66) | async function delUser(params) { function queryLink (line 74) | async function queryLink(params) { function addLink (line 78) | async function addLink(params) { function updateLink (line 84) | async function updateLink(params) { function delLink (line 91) | async function delLink(params) { function queryMessage (line 99) | async function queryMessage(params) { function delMessage (line 103) | async function delMessage(params) { function getMessageDetail (line 109) | async function getMessageDetail(params) { function addReplyMessage (line 116) | async function addReplyMessage(params) { function queryArticle (line 124) | async function queryArticle(params) { function addArticle (line 128) | async function addArticle(params) { function delArticle (line 134) | async function delArticle(params) { function updateArticle (line 141) | async function updateArticle(params) { function getArticleDetail (line 148) | async function getArticleDetail(params) { function changeComment (line 156) | async function changeComment(params) { function changeThirdComment (line 164) | async function changeThirdComment(params) { function queryTimeAxis (line 172) | async function queryTimeAxis(params) { function addTimeAxis (line 176) | async function addTimeAxis(params) { function delTimeAxis (line 182) | async function delTimeAxis(params) { function updateTimeAxis (line 189) | async function updateTimeAxis(params) { function getTimeAxisDetail (line 196) | async function getTimeAxisDetail(params) { function queryProject (line 204) | async function queryProject(params) { function addProject (line 208) | async function addProject(params) { function delProject (line 214) | async function delProject(params) { function updateProject (line 221) | async function updateProject(params) { function getProjectDetail (line 228) | async function getProjectDetail(params) { function queryTag (line 236) | async function queryTag(params) { function addTag (line 240) | async function addTag(params) { function delTag (line 247) | async function delTag(params) { function queryBasicProfile (line 254) | async function queryBasicProfile() { function queryAdvancedProfile (line 258) | async function queryAdvancedProfile() { function queryFakeList (line 262) | async function queryFakeList(params) { function removeFakeList (line 266) | async function removeFakeList(params) { function addFakeList (line 277) | async function addFakeList(params) { function updateFakeList (line 288) | async function updateFakeList(params) { function loginAdmin (line 299) | async function loginAdmin(params) { function fakeAccountLogin (line 306) | async function fakeAccountLogin(params) { function fakeRegister (line 313) | async function fakeRegister(params) { function queryNotices (line 320) | async function queryNotices() { function getFakeCaptcha (line 324) | async function getFakeCaptcha(mobile) { FILE: src/services/error.js function queryError (line 3) | async function queryError(code) { FILE: src/services/geographic.js function queryProvince (line 3) | async function queryProvince() { function queryCity (line 7) | async function queryCity(province) { FILE: src/services/user.js function query (line 3) | async function query() { function queryCurrent (line 7) | async function queryCurrent() { FILE: src/utils/Yuan.js class Yuan (line 6) | class Yuan extends React.PureComponent { method componentDidMount (line 7) | componentDidMount() { method componentDidUpdate (line 11) | componentDidUpdate() { method render (line 22) | render() { FILE: src/utils/authority.js function getAuthority (line 2) | function getAuthority(str) { function setAuthority (line 19) | function setAuthority(authority) { FILE: src/utils/request.js function request (line 66) | function request( FILE: src/utils/utils.js function fixedZero (line 6) | function fixedZero(val) { function getTimeDistance (line 10) | function getTimeDistance(type) { function getPlainNode (line 55) | function getPlainNode(nodeList, parentPath = '') { function digitUppercase (line 73) | function digitUppercase(n) { function getRelation (line 77) | function getRelation(str1, str2) { function getRenderArr (line 92) | function getRenderArr(routes) { function getRoutes (line 113) | function getRoutes(path, routerData) { function getPageQuery (line 134) | function getPageQuery() { function getQueryPath (line 138) | function getQueryPath(path = '', query = {}) { function isUrl (line 149) | function isUrl(path) { function formatWan (line 153) | function formatWan(val) { function isAntdPro (line 181) | function isAntdPro() {