|
@@ -96,7 +96,7 @@ export default {
|
|
|
// if (`${result.errcode}` === '0') this.$router.push({ path: '/' });
|
|
|
let scheme = window.location.protocol;
|
|
|
let host = window.location.host;
|
|
|
- let url = `${scheme}//${host}/weixin/auth?redirect_url=${scheme}//${host}/mobile/#/`;
|
|
|
+ let url = `${scheme}//${host}/weixin/auth?redirect_uri=${scheme}//${host}/mobile/#/`;
|
|
|
window.location.href = url;
|
|
|
},
|
|
|
selectChange({ type, value }) {
|