refactor(router): replace routerRedux with history for navigation
This commit is contained in:
@ -3,7 +3,6 @@ import { Link, history } from '@umijs/max';
|
||||
import './index.less';
|
||||
import styles from './index.less';
|
||||
import { connect } from "dva";
|
||||
// import { routerRedux } from 'dva/router';
|
||||
import React, { useState, useEffect, useReducer } from 'react';
|
||||
import { getSessionUserData, getRoomId, getRoomStatus, getProMethod, getSessionRoleData, getIPassDecode, getDefId, getProId, getOfflineStatusById } from '@/utils/session';
|
||||
import { getURLInformation } from '@/utils/CommonUtils';
|
||||
|
@ -90,10 +90,10 @@
|
||||
min-width: 60px;
|
||||
}
|
||||
.horizontal-stepper .MuiStepIcon-completed {
|
||||
color: #b30000 !important;
|
||||
color: @primary-color !important;
|
||||
}
|
||||
.horizontal-stepper .MuiStepIcon-active {
|
||||
color: #b30000 !important;
|
||||
color: @primary-color !important;
|
||||
}
|
||||
.horizontal-stepper .MuiStep-completed {
|
||||
// min-width: 90px ;
|
||||
|
Reference in New Issue
Block a user