Commit 8bdf3b1f by qinjianhui

fix:问题修改

parent b7172d3c
......@@ -91,9 +91,9 @@ export default {
})
},
login() {
// if(this.$route.query&&this.$route.query.shopKey){
// this.setShopKey(this.$route.query.shopKey)
// }
if(this.$route.query&&this.$route.query.shopKey){
this.setShopKey(this.$route.query.shopKey)
}
this.$router.push('/login')
},
register() {
......
......@@ -94,7 +94,7 @@ export default {
},
mounted() {
if (this.userInfo&&this.shopifyObj) {
// this.getShopifyInfo()
this.getShopifyInfo()
}
},
methods: {
......
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