|
@@ -18,7 +18,7 @@ export default defineComponent({
|
|
|
const firstRender = ref(true);
|
|
|
const src = /(localhost|192)/.test(location.host)
|
|
|
? 'https://test.lexiaoya.cn/whiteboard-noCollab'
|
|
|
- : `${location.origin}/whiteboard-noCollab`;
|
|
|
+ : `https://test.lexiaoya.cn/whiteboard-noCollab`;
|
|
|
|
|
|
return () => (
|
|
|
<div
|