Commit b2f6300b authored by 李腾's avatar 李腾

feat: update

parent 828a1e8c
......@@ -56,6 +56,7 @@ const BasicLayout = props => {
// const audioRef = useRef()
useEffect(() => {
try {
const token = window.localStorage.getItem('token');
const channelId = 100001;
console.log('666666666666');
......@@ -76,6 +77,9 @@ const BasicLayout = props => {
// socket.play()
});
} catch (e) {
console.log(e);
}
// let a = 100000000000;
// setInterval(() => {
// a++;
......
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