配置增加内核版本号

This commit is contained in:
sc 2021-08-17 10:21:49 +08:00
parent f1ee94f6a5
commit 2b8fc92c2f
2 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,10 @@ const DEFAULT_CONFIG = {
//版本号
APP_VER: "1.2.0",
//内核版本号
CORE_VER: "1.2.0",
//接口地址
API_URL: "/api",

View File

@ -2,7 +2,7 @@
<div style="height: 248px;text-align: center;">
<img src="img/ver.svg" style="height:150px"/>
<h2 style="margin-top: 15px;">SCUI {{$CONFIG.APP_VER}}</h2>
<h2 style="margin-top: 15px;">SCUI {{$CONFIG.CORE_VER}}</h2>
<p style="color: #999;margin-top: 10px;line-height: 2;">更新日志移到了gitee维护了点击下方更新日志按钮查看</p>
</div>
<div style="margin-top: 20px;">