diff --git a/CoreCms.Net.Uni-App/CoreShop/common/setting/constVarsHelper.js b/CoreCms.Net.Uni-App/CoreShop/common/setting/constVarsHelper.js index bae7b333..1d3b04e1 100644 --- a/CoreCms.Net.Uni-App/CoreShop/common/setting/constVarsHelper.js +++ b/CoreCms.Net.Uni-App/CoreShop/common/setting/constVarsHelper.js @@ -4,7 +4,7 @@ */ //接口请求地址,如果需要不部署接口端的情况下测试uni-app,可以直接替换为官方测试接口:https://api.demo.coreshop.cn -export const apiBaseUrl = 'https://api.nsts.mvccms.cn'; +export const apiBaseUrl = 'https://api.demo.coreshop.cn'; //项目静态资源请求地址,如果使用官方的静态文件地址可以直接替换为:https://files.cdn.coreshop.cn export const apiFilesUrl = 'https://files.cdn.coreshop.cn'; diff --git a/CoreCms.Net.Uni-App/CoreShop/uni.scss b/CoreCms.Net.Uni-App/CoreShop/uni.scss index 181c3337..c3b7ee9c 100644 --- a/CoreCms.Net.Uni-App/CoreShop/uni.scss +++ b/CoreCms.Net.Uni-App/CoreShop/uni.scss @@ -121,6 +121,6 @@ $u-form-item-border-color: #dcdfe6; @import "static/style/coreTheme.scss"; -//项目静态资源请求地址,如果使用官方的静态文件地址可以直接替换为:https://files.coreshop.corecms.net +//项目静态资源请求地址,如果使用官方的静态文件地址可以直接替换为:https://files.cdn.coreshop.cn //css中背景图片变量。js图片变量在constVarsHelper -$apiFilesUrl: 'https://files.coreshop.corecms.net'; +$apiFilesUrl: 'https://files.cdn.coreshop.cn'; diff --git a/CoreCms.Net.Web.Admin/CoreCms.Net.Web.Admin.csproj b/CoreCms.Net.Web.Admin/CoreCms.Net.Web.Admin.csproj index ba0f61b9..cdf059f9 100644 --- a/CoreCms.Net.Web.Admin/CoreCms.Net.Web.Admin.csproj +++ b/CoreCms.Net.Web.Admin/CoreCms.Net.Web.Admin.csproj @@ -246,6 +246,9 @@ PreserveNewest + + Always + diff --git a/CoreCms.Net.Web.WebApi/CoreCms.Net.Web.WebApi.csproj b/CoreCms.Net.Web.WebApi/CoreCms.Net.Web.WebApi.csproj index 5a34400d..ed8d82a6 100644 --- a/CoreCms.Net.Web.WebApi/CoreCms.Net.Web.WebApi.csproj +++ b/CoreCms.Net.Web.WebApi/CoreCms.Net.Web.WebApi.csproj @@ -102,6 +102,9 @@ PreserveNewest + + Always +