settings接口重复调用

This commit is contained in:
caishi 2022-11-15 15:50:35 +08:00
parent c338db5dbf
commit 94ffb5d299
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ class App extends Component {
componentDidMount() {
document.title = "loading...";
this.getAppdata();
// this.getAppdata();
window.addEventListener('error', (event) => {
const msg = `${event.type}: ${event.message}`;