You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- import React from 'react';
- import * as Setting from "./Setting";
-
- class SigninPage extends React.Component {
- componentDidMount(){
- window.location.replace(Setting.getSigninUrl());
- }
-
- render() {
- return "";
- }
- }
-
- export default SigninPage;
|