|
|
@@ -10,10 +10,10 @@ import {FormattedMessage} from 'react-intl';
|
|
|
import zhCN from 'antd/lib/locale-provider/zh_CN';
|
|
|
|
|
|
import QuantService from "./quantService/QuantService";
|
|
|
-import TrialCase from "./graphqlService/trialCase/TrialCase";
|
|
|
-import UserCreate from "./graphqlService/userCreate/UserCreate";
|
|
|
-import WXTrialCase from "./wechatService/wxTrialCase/WXTrialCase";
|
|
|
-import WXUserCreate from "./wechatService/wxUserCreate/WXUserCreate";
|
|
|
+import TrialCase from "./graphqlService/TrialCase";
|
|
|
+import UserCreate from "./graphqlService/UserCreate";
|
|
|
+import WxTrialCase from "./wechatService/WxTrialCase";
|
|
|
+import WxUserCreate from "./wechatService/WxUserCreate";
|
|
|
import Login from "../login/Login";
|
|
|
import './graphqlService/component/graphql/index.css';
|
|
|
import './index.css'
|
|
|
@@ -317,8 +317,8 @@ class App extends Component {
|
|
|
<Route path="/" exact component={TrialCase}/>
|
|
|
<Route path="/graphql-service/trial-case/:case" component={TrialCase}/>
|
|
|
<Route path="/graphql-service/my-create/:case" component={UserCreate}/>
|
|
|
- <Route path="/wechat-service/trial-case/:case" component={WXTrialCase}/>
|
|
|
- <Route path="/wechat-service/my-create/:case" component={WXUserCreate}/>
|
|
|
+ <Route path="/wechat-service/trial-case/:case" component={WxTrialCase}/>
|
|
|
+ <Route path="/wechat-service/my-create/:case" component={WxUserCreate}/>
|
|
|
<Route path="/quant-service/:sidebar/:case" component={QuantService}/>
|
|
|
<Route path="/login/:setting" component={Login}/>
|
|
|
<Route path="/login" component={Login}/>
|