@@ -62,5 +62,4 @@
&+button{
margin-left: 40px;
}
-
@@ -1,4 +1,4 @@
export default {
- baseUrl: 'http://20.189.74.163:3111',
+ baseUrl: import.meta.env.MODE === 'production' ? '' : 'http://20.189.74.163:3111',
socketUrl: 'ws://20.189.74.163:3102/sub'