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

@@ -18,7 +18,7 @@ const { provider, onReady } = createProvider({
service,
project: {
// @ts-ignore
id: 4
id: sessionStorage.getItem('projectId')
},
adapter: {
request,