Commit 10c624f0 authored by cc's avatar cc

update

parent fd7a0978
...@@ -44,7 +44,9 @@ class App extends Component { ...@@ -44,7 +44,9 @@ class App extends Component {
} }
async componentDidMount() { async componentDidMount() {
musicStore.playSound( music, true); if(CFG.agentShare != "1"){
musicStore.playSound( music, true);
}
this.showDefaultPage(); this.showDefaultPage();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment