添加调试信息

This commit is contained in:
bjdgyc
2022-10-10 15:59:59 +08:00
parent 3d88c617bf
commit ac0b9ee4ee
2 changed files with 9 additions and 7 deletions

View File

@@ -49,9 +49,10 @@
<span>运行环境</span>
</div>
<Cell left="软件版本" :right="system.sys.appVersion" divider/>
<Cell left="GO版本" :right="system.sys.goOs" divider/>
<Cell left="软件CommitId" :right="system.sys.appCommitId" divider/>
<Cell left="GO系统" :right="system.sys.goOs" divider/>
<Cell left="GoArch" :right="system.sys.goArch" divider/>
<Cell left="GoVersion" :right="system.sys.goVersion" divider/>
<Cell left="GO版本" :right="system.sys.goVersion" divider/>
<Cell left="Goroutine" :right="system.sys.goroutine"/>
</el-card>