配置文件增加源代码版本号。方便查阅当前代码版本

This commit is contained in:
JianWeie
2022-08-03 11:22:13 +08:00
parent 2e662b3135
commit acf0c28239
3 changed files with 5 additions and 3 deletions

View File

@@ -15,7 +15,8 @@
},
"AppConfig": {
"AppUrl": "https://admin.demo.coreshop.cn/", //后端管理地址
"AppInterFaceUrl": "https://api.demo.coreshop.cn/" //接口请求地址
"AppInterFaceUrl": "https://api.demo.coreshop.cn/", //接口请求地址
"AppVersion": "CoreShopProfessional v0.5.3"
},
//redis为必须启动项请保持redis为正常可用
"RedisConfig": {

View File

@@ -12,7 +12,7 @@ layui.define(['laytpl', 'layer', 'element', 'util'], function (exports) {
, pageTabs: false //是否开启页面选项卡功能。单页版不推荐开启
, name: '核心商城系统'
, version: 'CoreShopProfessional v0.5.1'
, version: 'CoreShopProfessional v0.5.3'
, tableName: 'CoreCms' //本地存储表名
, MOD_NAME: 'admin' //模块事件名

View File

@@ -15,7 +15,8 @@
},
"AppConfig": {
"AppUrl": "https://admin.demo.coreshop.cn/", //后端管理地址
"AppInterFaceUrl": "https://api.demo.coreshop.cn/" //接口请求地址
"AppInterFaceUrl": "https://api.demo.coreshop.cn/", //接口请求地址
"AppVersion": "CoreShopProfessional v0.5.3"
},
//redis为必须启动项请保持redis为正常可用
"RedisConfig": {