️: sandbox 迁移至 vercel

This commit is contained in:
sight 2022-10-15 10:36:44 +08:00
parent 585c429e38
commit 20d26a6063

View File

@ -69,7 +69,7 @@ export const openPlayground = async (
};
const encoded = utoa(JSON.stringify(originCode));
const link = `https://layui-vue.gitee.io/sandbox-vue/#${encoded}`;
const link = `https://sandbox-vue.vercel.app/#${encoded}`;
return {
code,
encoded,