测试
This commit is contained in:
@@ -40,7 +40,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
computed: {
|
computed: {
|
||||||
...mapState['wxwork']
|
...mapState(['wxwork'])
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
@@ -52,6 +52,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
getLocation () {
|
getLocation () {
|
||||||
|
console.log(this.wxwork)
|
||||||
this.agentSign({
|
this.agentSign({
|
||||||
corpId: this.wxwork.config.corpId,
|
corpId: this.wxwork.config.corpId,
|
||||||
suiteId: this.wxwork.config.suiteId
|
suiteId: this.wxwork.config.suiteId
|
||||||
|
|||||||
Reference in New Issue
Block a user