|
|
@ -10,9 +10,11 @@ class Accountnewprofile extends Component {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
componentDidMount() {
|
|
|
|
componentDidMount() {
|
|
|
|
|
|
|
|
|
|
|
|
axios.interceptors.response.use((response) => {
|
|
|
|
axios.interceptors.response.use((response) => {
|
|
|
|
if(response!=undefined)
|
|
|
|
if(response!=undefined)
|
|
|
|
if (response&&response.data.status === 411) {
|
|
|
|
if (response&&response.data.status === 411) {
|
|
|
|
|
|
|
|
document.title = "提示";
|
|
|
|
this.setState({
|
|
|
|
this.setState({
|
|
|
|
newAccountProfiletype:true,
|
|
|
|
newAccountProfiletype:true,
|
|
|
|
content:response.data.message,
|
|
|
|
content:response.data.message,
|
|
|
|