forked from Gitlink/forgeplus-react
settings接口重复调用
This commit is contained in:
parent
c338db5dbf
commit
94ffb5d299
|
@ -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}`;
|
||||
|
|
Loading…
Reference in New Issue