成都工业学院登录调整
This commit is contained in:
parent
cef55a4c6b
commit
081d5bf630
@ -27,13 +27,13 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
const appId = this.$route.query.appId;
|
||||
const sessionId = this.$route.query.sessionId;
|
||||
const appId = this.$route.query.app_id;
|
||||
const sessionId = this.$route.query.session_id;
|
||||
const timeStamp = this.$route.query.timeStamp;
|
||||
const account = this.$route.query.account;
|
||||
const name = this.$route.query.name;
|
||||
const account = this.$route.query.user_name;
|
||||
const name = this.$route.query.nick_name;
|
||||
const parentAccount = this.$route.query.parentAccount;
|
||||
const functionId = this.$route.query.functionId;
|
||||
const functionId = this.$route.query.systemId;
|
||||
if (appId && account && name) {
|
||||
const data = {
|
||||
appId,
|
||||
|
Loading…
Reference in New Issue
Block a user