dev_forum
杨树林 6 years ago
parent 6b19ea3361
commit 9c9896dd05

@ -33,6 +33,7 @@ export function initAxiosInterceptors(props) {
// proxy = "https://testeduplus2.educoder.net"
proxy="http://47.96.87.25:48080"
// 在这里使用requestMap控制避免用户通过双击等操作发出重复的请求
// 如果需要支持重复的请求考虑config里面自定义一个allowRepeat参考来控制
const requestMap = {};

@ -82,7 +82,7 @@ class TraineetraininginformationModal extends Component {
var columns;
console.log(83);
console.log(this.props.boolgalist);
if(this.props.boolgalist&&this.props.boolgalist === true) {
if(this.props.boolgalist&&this.props.boolgalist === false) {
columns = [
{
title: '关卡',

Loading…
Cancel
Save