king
2023-08-04 465be8b618c1fb139d56ed779ff6f4dbc8d89b89
src/views/design/sidemenu/index.jsx
@@ -202,7 +202,7 @@
      this.setState({
        loading: true
      })
      Api.getSystemConfig(param).then(res => {
      Api.getCloudConfig(param).then(res => {
        if (res.status) {
          this.setState({
            loading: false,
@@ -262,7 +262,7 @@
        loading: true
      })
      Api.getSystemConfig(param).then(response => {
      Api.getCloudConfig(param).then(response => {
        if (response.status) {
          this.setState({
            loading: false,