Browse Source

样式调整

liudan 2 months ago
parent
commit
c8f1f0a07a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/home/Index.jsx

+ 1 - 1
src/pages/home/Index.jsx

@@ -53,7 +53,7 @@ class Home extends React.Component {
     if (isDev) {
       const fp = await FingerprintJS.load();
       const AndroidInfo = await fp.get();
-       this.setState({
+      this.setState({
         deviceID: AndroidInfo.visitorId,
       }, () => {
         this.loginInit();