|
|
@@ -13,7 +13,7 @@ import WechatService from "../wechatService/WechatService";
|
|
|
import QuantService from "../quantService/QuantService";
|
|
|
import TrialCase from "../trialCase/TrialCase";
|
|
|
import Login from "../login/Login";
|
|
|
-import Column from '../common/schema/Column.jsx';
|
|
|
+import Table from '../common/schema/Table';
|
|
|
import '../common/graphql/index.css';
|
|
|
import './index.css'
|
|
|
import Create from "../common/schema/Create";
|
|
|
@@ -259,7 +259,7 @@ class App extends Component {
|
|
|
<Route path="/graphql-service/:sidebar" component={TrialCase}/>
|
|
|
<Route path="/wechat-service/:sidebar" component={WechatService}/>
|
|
|
<Route path="/quant-service/" component={QuantService}/>
|
|
|
- <Route path="/table" component={Column}/>
|
|
|
+ <Route path="/table" component={Table}/>
|
|
|
<Route path="/login" component={Login}/>
|
|
|
<Redirect path="*" to="/"/>
|
|
|
</Switch>
|