优化登录

This commit is contained in:
Gao xiaosong
2020-06-02 02:34:11 +08:00
parent 0f344a4d7e
commit 614d0607fd

View File

@ -266,6 +266,7 @@ export default {
console.log(url);
if (url && url.productId) {
this.id = url.productId;
} else {
this.id = this._route.query.id;
}