fix: 修复OIDC登陆点击不能跳转的问题

This commit is contained in:
Captain.B 2021-09-09 14:33:46 +08:00 committed by 刘瑞斌
parent 1ad1c8afe3
commit 554ff9cd3f
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import Vue from 'vue';
import {Button, Col, Form, FormItem, Input, Row, RadioGroup, Radio} from 'element-ui';
import {Button, Col, Form, FormItem, Input, Row, RadioGroup, Radio, MessageBox} from 'element-ui';
import 'element-ui/lib/theme-chalk/index.css';
import Login from "./Login.vue";
import Ajax from "../common/js/ajax";
@ -21,6 +21,7 @@ Vue.use(RadioGroup);
Vue.use(Radio);
Vue.use(Ajax);
Vue.prototype.$confirm=MessageBox.confirm;
new Vue({
el: '#login',