mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-21 05:19:42 +08:00
优化reduce
This commit is contained in:
parent
9b1c7b55f1
commit
a145248559
@ -1,6 +1,6 @@
|
||||
import LoginRedux from './reducer/Login/Login_redux.js'
|
||||
import group from './reducer/group/group.js'
|
||||
import Interface from './reducer/interface/interface.js'
|
||||
import Interface from './reducer/Interface/Interface.js'
|
||||
|
||||
export default {
|
||||
group,
|
||||
|
@ -1,6 +1,6 @@
|
||||
import {
|
||||
FETCH_INTERFACE_DATA,
|
||||
} from '../actionTypes.js';
|
||||
} from '../constants/action-types.js';
|
||||
|
||||
export function fetchAuditIcons () {
|
||||
const data = [{
|
||||
|
Loading…
Reference in New Issue
Block a user