|
@@ -144,7 +144,7 @@ export default {
|
|
if (type) {
|
|
if (type) {
|
|
let url = '';
|
|
let url = '';
|
|
if (typeof this.user === 'object') {
|
|
if (typeof this.user === 'object') {
|
|
- this.user.corpid === undefined ? (url = 'student.html#/') : (url = 'http://hr.smart.cc-lotus.info/mobile/');
|
|
|
|
|
|
+ this.user.corpid === undefined ? (url = 'student.html#/') : (url = 'http://hr.smart.cc-lotus.info/weixin/auth?redirect_uri=http://hr.smart.cc-lotus.info/mobile/#/');
|
|
} else {
|
|
} else {
|
|
url = 'register.html#/';
|
|
url = 'register.html#/';
|
|
}
|
|
}
|