更新配置:修改正式环境中的跨域更新缓存配置项默认值
This commit is contained in:
parent
f9d34c9e99
commit
a5df97df96
|
@ -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
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue