refactor(router): replace routerRedux with history for navigation

This commit is contained in:
lix
2025-07-15 14:07:43 +08:00
parent c5204dcd06
commit bc07c6a472
20 changed files with 8 additions and 25 deletions

View File

@ -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';

View File

@ -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 ;