禁用 gin 打印日志

This commit is contained in:
RockYang
2023-03-29 21:44:44 +08:00
parent bd41f742d2
commit d515e88d97
3 changed files with 5 additions and 1 deletions

View File

@@ -134,7 +134,7 @@ export default defineComponent({
toolBoxHeight: 61 + 42, // 工具框的高度
inputBoxWidth: window.innerWidth - 20,
sending: false,
loading: false
loading: true
}
},