更新配置:修改正式环境中的跨域更新缓存配置项默认值

This commit is contained in:
Argo-MacBookPro 2018-09-23 16:46:00 +08:00
parent f9d34c9e99
commit a5df97df96
1 changed files with 5 additions and 5 deletions

View File

@ -37,16 +37,16 @@
"CorsItems": [
{
"Enabled": true,
"Name": "ba",
"Name": "AppName",
"Url": "CacheList.axd",
"Desc": "后台管理数据缓存接口",
"Desc": "自定义系统",
"Self": true
},
{
"Enabled": true,
"Name": "AppName",
"Url": "http://localhost/WebConsole/CacheList.axd",
"Desc": "自定义系统",
"Name": "ba",
"Url": "http://localhost:8000/BA/CacheList.axd",
"Desc": "后台管理数据缓存接口",
"Self": false
}
],