lsc hace 2 días
padre
commit
fb5e5229a1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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/'