4 Commits a4ce8611cb ... ead3fcfd26

Autore SHA1 Messaggio Data
  tanyang ead3fcfd26 Merge branch 'master' of http://192.168.20.122:3000/root/MemberCenter 5 anni fa
  tanyang f47fe2a0a9 Merge branch 'master' of http://192.168.20.122:3000/root/MemberCenter 5 anni fa
  tanyang e6cefe8714 PermissionController.cs 5 anni fa
  tanyang a26b767dec appsettings.json 5 anni fa

+ 0 - 1
Member/MemberWeb/Controllers/PermissionController.cs

@@ -56,7 +56,6 @@ namespace SupplierWeb.Controllers
         //}
         /// 供应商,采购,供应商业务员挂靠,资料管理员,财务,仓库 等角色权限列表
         /// 权限列表
-        [AuthPermission]
         [HttpPost, Route("index")]
         public JsonResult indexp(QueryFilter[] filters, Int32 pageIndex, Int32 pageSize,
             string sortField, Int32 sortDirection, string[] sumFields, [FromBody]dynamic data)

+ 2 - 1
Member/MemberWeb/appsettings.json

@@ -13,7 +13,8 @@
   "MessageMode": 2, //安全模式
   "ConnectionStrings": {
     //"MyConnectionString": "Data Source =192.168.50.30; Initial Catalog = LJHYBZK; Persist Security Info = True; User ID = sa; Password = xq!@#2014;",
-    "MyConnectionString": "Data Source =192.168.20.122; Initial Catalog =MemberData; Persist Security Info = True; User ID =ljhyPortal2016; Password =testliangjian@#!)2016",
+    //"MyConnectionString": "Data Source =192.168.20.122; Initial Catalog =MemberData; Persist Security Info = True; User ID =ljhyPortal2016; Password =testliangjian@#!)2016",
+    "MyConnectionString": "Data Source =192.168.50.32; Initial Catalog =MemberData; Persist Security Info = True; User ID =sa; Password =saljhy123!@#",
     "AllowedHosts": "*",
     "EsUrl": "http://192.168.50.32:9200/"
   }