|
@@ -1,6 +1,7 @@
|
|
|
import React, { Component } from 'react';
|
|
|
import { connect } from "react-redux";
|
|
|
import './downloadCaigong1.css'
|
|
|
+import api from '@/utils/api'
|
|
|
const mapStateToProps = (state) => ({
|
|
|
|
|
|
});
|
|
@@ -50,7 +51,8 @@ class LoginViews extends Component {
|
|
|
* */
|
|
|
let query= new URLSearchParams(window.location.search);
|
|
|
if(query.get('state')==='LOGIN'){
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
|
|
|
|