feat: 模卡更新
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
import { useSelector } from 'react-redux';
|
||||
|
||||
import { selectCityOperators } from '@/store/selector';
|
||||
import { selectCityConfigs } from '@/store/selector';
|
||||
|
||||
function useCityOperators() {
|
||||
const data = useSelector(selectCityOperators);
|
||||
const data = useSelector(selectCityConfigs);
|
||||
return data || [];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user