Commit ffe4f6f1 by zhaochengxiang

修改url

parent 845b0ff0
...@@ -150,5 +150,5 @@ ...@@ -150,5 +150,5 @@
] ]
}, },
"proxy": "http://192.168.0.216:8762", "proxy": "http://192.168.0.216:8762",
"homepage": "http://myhost/data-platform1" "homepage": "http://myhost/data-platform"
} }
...@@ -4,7 +4,7 @@ import { Redirect } from 'react-router-dom'; ...@@ -4,7 +4,7 @@ import { Redirect } from 'react-router-dom';
import { dispatchLatest, action } from '../model'; import { dispatchLatest, action } from '../model';
import { set_sess_state } from "../model/reducer"; import { set_sess_state } from "../model/reducer";
export const ContextPath = '/data-platform1'; export const ContextPath = '/data-platform';
const routeMap = {}; const routeMap = {};
export const ConvertToRouteMap = function (routes, pPath, pRoute) { export const ConvertToRouteMap = function (routes, pPath, pRoute) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment