Commit 4c66f9dd by james

..

parent dbb9830a
yarn run build
Host=frontend@192.168.0.12
Dir=data-govern
Target=/home/frontend/text2sql
source $(dirname "$0")/util.sh
deploy $Host $Dir $Target
\ No newline at end of file
......@@ -188,7 +188,7 @@ export class App extends React.Component {
setGlobalState,
onGlobalStateChange
}}>
<Router basename={window.__POWERED_BY_QIANKUN__ ? '/data-govern' : '/'}>
<Router basename={window.__POWERED_BY_QIANKUN__ ? '/data-model-product' : '/text2sql'}>
<Switch>
<Route path={`${ContextPath}/login`} component={Signin} exact />
<Route path={`${ContextPath}/home`} component={Home} />
......@@ -198,6 +198,8 @@ export class App extends React.Component {
<Route path={`${ContextPath}/asset-detail`} component={AssetDetailPage} exact />
<Route path={`${ContextPath}/edit-assets`} component={EditAssets} exact />
<Route path={`${ContextPath}/model-review-detail`} component={ModelReviewDetail} />
<Route path={`/admin/manage`} component={Manage} />
<Route path={'/center-home/view/datasource-manage'} component={DatasourceManage} exact />
<Route path={'/center-home/view/data-model'} component={Model} exact />
......
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