Your Name 3 years ago
parent
commit
e601935ee3
3 changed files with 4 additions and 7 deletions
  1. 2
    2
      config/dev.js
  2. 2
    2
      src/pages/index/index.jsx
  3. 0
    3
      src/utils/login.js

+ 2
- 2
config/dev.js View File

3
     NODE_ENV: '"development"'
3
     NODE_ENV: '"development"'
4
   },
4
   },
5
   defineConstants: {
5
   defineConstants: {
6
-    // HOST: '"https://xlk.njyz.tech"',
7
-    HOST: '"https://xlj.newlandsh.com"',
6
+    HOST: '"https://xlk.njyz.tech"',
7
+    // HOST: '"https://xlj.newlandsh.com"',
8
     // HOST: '"http://127.0.0.1:8081"',
8
     // HOST: '"http://127.0.0.1:8081"',
9
     WSS_HOST: '"wss://xlk.njyz.tech"',
9
     WSS_HOST: '"wss://xlk.njyz.tech"',
10
     OSS_PATH: '"https://xlk-assets.oss-accelerate.aliyuncs.com/"',
10
     OSS_PATH: '"https://xlk-assets.oss-accelerate.aliyuncs.com/"',

+ 2
- 2
src/pages/index/index.jsx View File

65
 
65
 
66
   return (
66
   return (
67
     <view className='Page Index'>
67
     <view className='Page Index'>
68
-      {/* <ChatIcon></ChatIcon> */}
69
-      {/* <ShareToCircle visible></ShareToCircle> */}
68
+      <ChatIcon></ChatIcon>
69
+
70
       <ScrollView scroll-y>
70
       <ScrollView scroll-y>
71
         <view className='PageContent'>
71
         <view className='PageContent'>
72
 
72
 

+ 0
- 3
src/utils/login.js View File

51
           }
51
           }
52
         })
52
         })
53
       }
53
       }
54
-
55
-      // 如果通过扫码进入
56
-
57
     }).catch(reject)
54
     }).catch(reject)
58
   
55
   
59
   })
56
   })