lsc 1 dzień temu
rodzic
commit
fb5e5229a1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/Editor/Canvas/ChildPageDisplay.vue

+ 1 - 1
src/views/Editor/Canvas/ChildPageDisplay.vue

@@ -189,7 +189,7 @@ const setTool = () => {
 const setUrl = () => {
   let url = 'https://beta.pbl.cocorobo.cn'
   if (window.location.href.includes('beta')) {
-    url = 'https://beta.app.cocorobo.cn'
+    url = 'https://beta.app.cocorobo.cn/'
   }
   else if (lang.lang === 'cn') {
     url = 'https://pbl.cocorobo.cn/'