Commit 8bdf3b1f by qinjianhui

fix:问题修改

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