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