成都工业学院登录调整

This commit is contained in:
joylink_fanyuhong 2024-06-04 11:14:54 +08:00
parent cef55a4c6b
commit 081d5bf630

View File

@ -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,