diff --git a/Bootstrap.Client/appsettings.json b/Bootstrap.Client/appsettings.json index 67c8b012..81727475 100644 --- a/Bootstrap.Client/appsettings.json +++ b/Bootstrap.Client/appsettings.json @@ -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 } ],