配置增加内核版本号
This commit is contained in:
parent
f1ee94f6a5
commit
2b8fc92c2f
|
@ -5,6 +5,9 @@ const DEFAULT_CONFIG = {
|
||||||
//版本号
|
//版本号
|
||||||
APP_VER: "1.2.0",
|
APP_VER: "1.2.0",
|
||||||
|
|
||||||
|
//内核版本号
|
||||||
|
CORE_VER: "1.2.0",
|
||||||
|
|
||||||
//接口地址
|
//接口地址
|
||||||
API_URL: "/api",
|
API_URL: "/api",
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<div style="height: 248px;text-align: center;">
|
<div style="height: 248px;text-align: center;">
|
||||||
<img src="img/ver.svg" style="height:150px"/>
|
<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>
|
<p style="color: #999;margin-top: 10px;line-height: 2;">更新日志移到了gitee维护了,点击下方更新日志按钮查看</p>
|
||||||
</div>
|
</div>
|
||||||
<div style="margin-top: 20px;">
|
<div style="margin-top: 20px;">
|
||||||
|
|
Loading…
Reference in New Issue