diff --git a/CoreCms.Net.Uni-App/CoreShop/pages/index/default/default.vue b/CoreCms.Net.Uni-App/CoreShop/pages/index/default/default.vue
index 416d96e..e56df65 100644
--- a/CoreCms.Net.Uni-App/CoreShop/pages/index/default/default.vue
+++ b/CoreCms.Net.Uni-App/CoreShop/pages/index/default/default.vue
@@ -6,7 +6,7 @@
-
+
@@ -67,6 +67,7 @@
kefupara: '', //客服传递资料
shareUrl: '/pages/share/jump/jump',
modalShow: true,
+ homeTitle: '',
};
},
computed: {
@@ -91,7 +92,8 @@
}
},
appTitle() {
- return this.$store.state.config.shopName;
+ this.homeTitle = this.$store.state.config.shopName;
+ return this.homeTitle;
},
// 获取店铺联系人手机号
shopMobile() {
diff --git a/CoreCms.Net.Web.Admin/CoreCms.Net.Web.Admin.csproj b/CoreCms.Net.Web.Admin/CoreCms.Net.Web.Admin.csproj
index 5929028..6f068f0 100644
--- a/CoreCms.Net.Web.Admin/CoreCms.Net.Web.Admin.csproj
+++ b/CoreCms.Net.Web.Admin/CoreCms.Net.Web.Admin.csproj
@@ -226,6 +226,10 @@
+
+
+
+
diff --git a/CoreCms.Net.Web.Admin/wwwroot/lib/lodop/CLodop_Setup_for_Win32NT.exe b/CoreCms.Net.Web.Admin/wwwroot/lib/lodop/CLodop_Setup_for_Win32NT.exe
index 3fbcd5f..aced9ba 100644
Binary files a/CoreCms.Net.Web.Admin/wwwroot/lib/lodop/CLodop_Setup_for_Win32NT.exe and b/CoreCms.Net.Web.Admin/wwwroot/lib/lodop/CLodop_Setup_for_Win32NT.exe differ