@ -349,6 +349,7 @@ class App extends Component {
});
}
componentDidMount() {
document.title = "loading...";
this.disableVideoContextMenu();
// force an update if the URL changes
history.listen(() => {
@ -386,6 +386,7 @@ class LoginDialog extends Component {
axios.interceptors.response.use((response) => {
if(response!=undefined)
if (response&&response.data.status === 401) {
document.title = "提示";
this.setState({
isRender: true
})
@ -19,6 +19,7 @@ class AccountProfile extends Component {
if (response != undefined)
if (response && response.data.status === 402) {
AccountProfiletype: true
@ -10,9 +10,11 @@ class Accountnewprofile extends Component {
if (response&&response.data.status === 411) {
newAccountProfiletype:true,
content:response.data.message,