From a5df97df96ee8d41205688f05e254ae2072e7117 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Sun, 23 Sep 2018 16:46:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE=EF=BC=9A?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=AD=A3=E5=BC=8F=E7=8E=AF=E5=A2=83=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E8=B7=A8=E5=9F=9F=E6=9B=B4=E6=96=B0=E7=BC=93=E5=AD=98?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=A1=B9=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Client/appsettings.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 } ],