chore: 将wxworkConfig放到全局配置中

This commit is contained in:
2025-12-16 14:41:15 +08:00
parent 23e81114e9
commit 9d12b02463

View File

@@ -75,6 +75,10 @@ export default {
servicerConfig() { servicerConfig() {
return this.$store.state.servicerConfig; return this.$store.state.servicerConfig;
}, },
// 企业微信配置
wxworkConfig() {
return this.$store.state.wxworkConfig;
},
diySeckillInterval() { diySeckillInterval() {
return this.$store.state.diySeckillInterval; return this.$store.state.diySeckillInterval;
}, },