chore: 关闭设计器在开发模式中的 vue warn

This commit is contained in:
wangxuefeng
2025-03-24 09:53:08 +08:00
parent a70783dd55
commit cfc925b3e6
3 changed files with 4 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ onMounted(async () => {
// req.headers.set('Authorization', `Bearer ${model.accessToken}`);
// return req;
// });
sessionStorage.setItem('projectId', model.projectId);
const _engine = new Engine({
container,
service,