Commit b48e694c authored by 黄奎's avatar 黄奎

页面修改

parent c912a148
...@@ -2515,7 +2515,8 @@ namespace Mall.Module.Product ...@@ -2515,7 +2515,8 @@ namespace Mall.Module.Product
is_level_alone = model.SeparateSetMember,//是否单独设置会员价 is_level_alone = model.SeparateSetMember,//是否单独设置会员价
share_type = model.SeparateDistributionMoneyType,//分销佣金类型 share_type = model.SeparateDistributionMoneyType,//分销佣金类型
//sign = "", //sign = "",
app_share_pic = model?.CustomShareImagePath??"", //model?.CustomShareImagePath??"",HK 2021-10-15修改
app_share_pic = "",
app_share_title = model?.CustomShareTitles??"", app_share_title = model?.CustomShareTitles??"",
is_default_services = model.IsDefaultService, is_default_services = model.IsDefaultService,
sort = model.Sort, sort = model.Sort,
......
...@@ -56,10 +56,14 @@ namespace Mall.WebApi ...@@ -56,10 +56,14 @@ namespace Mall.WebApi
List<string> corsArray = new List<string>() List<string> corsArray = new List<string>()
{ {
"http://localhost:8081", "http://localhost:8081",
"http://127.0.0.1:8081",
"http://localhost:8181", "http://localhost:8181",
"http://localhost:8080", "http://localhost:8080",
"http://127.0.0.1:8080",
"http://localhost:8082", "http://localhost:8082",
"http://127.0.0.1:8082",
"http://localhost:8083", "http://localhost:8083",
"http://127.0.0.1:8083",
"http://127.0.0.1:50512", "http://127.0.0.1:50512",
"http://127.0.0.1:20224", "http://127.0.0.1:20224",
"http://127.0.0.1:28221", "http://127.0.0.1:28221",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment