成都工业学院登录调整
Some checks failed
local-test分支构建发布到本地服务器 / Build-Publish (push) Failing after 4m2s

This commit is contained in:
joylink_fanyuhong 2024-06-04 11:14:54 +08:00
parent 1b0ddc2740
commit 1909e9397c

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,