userLogoutReasonInitialState.js 249 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 /** * sub app userLogout * @author: lixia.zhang * @date: 2018/04/13 */ 'use strict'; import {Record, List, Map} from 'immutable'; let InitialState = Record({ showModalFlag: false, submitBtnEnable: false }); export default InitialState;