diff --git a/CoreCms.Net.Web.Admin/appsettings.json b/CoreCms.Net.Web.Admin/appsettings.json index b49ff241..0bcc9ff4 100644 --- a/CoreCms.Net.Web.Admin/appsettings.json +++ b/CoreCms.Net.Web.Admin/appsettings.json @@ -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": { diff --git a/CoreCms.Net.Web.Admin/wwwroot/lib/layuiAdmin/config.js b/CoreCms.Net.Web.Admin/wwwroot/lib/layuiAdmin/config.js index 4aa77f02..667c8adc 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/lib/layuiAdmin/config.js +++ b/CoreCms.Net.Web.Admin/wwwroot/lib/layuiAdmin/config.js @@ -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' //模块事件名 diff --git a/CoreCms.Net.Web.WebApi/appsettings.json b/CoreCms.Net.Web.WebApi/appsettings.json index fd82c18c..7aa28032 100644 --- a/CoreCms.Net.Web.WebApi/appsettings.json +++ b/CoreCms.Net.Web.WebApi/appsettings.json @@ -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": {