Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivWeb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivWeb
Commits
491d68ef
Commit
491d68ef
authored
Jun 24, 2022
by
崔佳豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor: 调整云平台功能目录结构
parent
08ccc69e
Pipeline
#53800
waiting for manual action with stages
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
index.js
src/pages/bootpage/index.js
+1
-1
index.js
src/pages/cloud/analysis/using/index.js
+2
-2
index.less
src/pages/cloud/analysis/using/index.less
+0
-0
config.js
src/routes/config.js
+2
-2
No files found.
src/pages/bootpage/index.js
View file @
491d68ef
...
@@ -120,7 +120,7 @@ const BootPage = props => {
...
@@ -120,7 +120,7 @@ const BootPage = props => {
const
intl
=
useIntl
();
const
intl
=
useIntl
();
const
toOMSUsingAnalysis
=
e
=>
{
const
toOMSUsingAnalysis
=
e
=>
{
e
&&
e
.
stopPropagation
();
e
&&
e
.
stopPropagation
();
props
.
history
.
push
(
`/
usingAnalysis
`
);
props
.
history
.
push
(
`/
cloud/analysis/using
`
);
};
};
useEffect
(()
=>
{
useEffect
(()
=>
{
...
...
src/pages/cloud
OMS/usingAnalysis
/index.js
→
src/pages/cloud
/analysis/using
/index.js
View file @
491d68ef
...
@@ -22,9 +22,9 @@ import ReactECharts from 'echarts-for-react';
...
@@ -22,9 +22,9 @@ import ReactECharts from 'echarts-for-react';
import
zhCN
from
'antd/lib/locale/zh_CN'
;
import
zhCN
from
'antd/lib/locale/zh_CN'
;
import
{
LeftOutlined
}
from
'@ant-design/icons'
;
import
{
LeftOutlined
}
from
'@ant-design/icons'
;
import
{
cloudService
}
from
'@/api'
;
import
{
cloudService
}
from
'@/api'
;
import
SecurityLayout
from
'
../../..
/layouts/SecurityLayout'
;
import
SecurityLayout
from
'
@
/layouts/SecurityLayout'
;
import
Basictable
from
'@wisdom-components/basictable'
;
import
Basictable
from
'@wisdom-components/basictable'
;
import
{
actionCreators
}
from
'
../../..
/containers/App/store'
;
import
{
actionCreators
}
from
'
@
/containers/App/store'
;
import
styles
from
'./index.less'
;
import
styles
from
'./index.less'
;
import
_
from
'lodash'
;
import
_
from
'lodash'
;
import
moment
from
'moment'
;
import
moment
from
'moment'
;
...
...
src/pages/cloud
OMS/usingAnalysis
/index.less
→
src/pages/cloud
/analysis/using
/index.less
View file @
491d68ef
File moved
src/routes/config.js
View file @
491d68ef
...
@@ -4,7 +4,7 @@ import { dynamic } from '@wisdom-utils/runtime';
...
@@ -4,7 +4,7 @@ import { dynamic } from '@wisdom-utils/runtime';
import
BasicLayout
from
'../layouts/BasicLayout'
;
import
BasicLayout
from
'../layouts/BasicLayout'
;
import
BootPage
from
'../pages/bootpage'
;
import
BootPage
from
'../pages/bootpage'
;
import
UsingAnalysis
from
'../pages/cloud
OMS/usingAnalysis
'
;
import
UsingAnalysis
from
'../pages/cloud
/analysis/using
'
;
import
CommonMenu
from
'../pages/commonMenu'
;
import
CommonMenu
from
'../pages/commonMenu'
;
import
Iframe
from
'../pages/iframe'
;
import
Iframe
from
'../pages/iframe'
;
import
Login
from
'../pages/user/login'
;
import
Login
from
'../pages/user/login'
;
...
@@ -45,7 +45,7 @@ export const dyRoutes = (routes, layout, theme) => {
...
@@ -45,7 +45,7 @@ export const dyRoutes = (routes, layout, theme) => {
component
:
BootPage
,
component
:
BootPage
,
},
},
{
{
path
:
'/
usingAnalysis
'
,
path
:
'/
cloud/analysis/using
'
,
component
:
UsingAnalysis
,
component
:
UsingAnalysis
,
},
},
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment