Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
station-elec-manage-view
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
station
station-elec-manage-view
Commits
7075e406
Commit
7075e406
authored
Jun 01, 2020
by
李成龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化代码
parent
75c203bf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
view.js
src/routes/view.js
+5
-5
index.js
src/view/monitor/regulate/index.js
+0
-1
No files found.
src/routes/view.js
View file @
7075e406
...
@@ -16,13 +16,13 @@ const Routes = {
...
@@ -16,13 +16,13 @@ const Routes = {
main
:
RootView
,
main
:
RootView
,
duty
:
Duty
,
duty
:
Duty
,
situation
:
Situation
,
situation
:
Situation
,
situationDetail
:
SituationDetail
,
situationDetail
:
SituationDetail
,
regulate
:
Regulate
,
regulate
:
Regulate
,
bills
:
Bills
,
bills
:
Bills
,
safetyTraining
:
SafetyTraining
,
safetyTraining
:
SafetyTraining
,
dailyTrain
:
DaliyTraining
,
dailyTrain
:
DaliyTraining
,
equipmentMaintain
:
EquipmentMaintain
,
equipmentMaintain
:
EquipmentMaintain
,
safetyInspection
:
SafetyInspection
safetyInspection
:
SafetyInspection
};
};
export
const
businessRouts
=
[
export
const
businessRouts
=
[
{
path
:
'situation'
,
group
:
'biz'
,
component
:
Situation
,
childRoutes
:
[]
},
{
path
:
'situation'
,
group
:
'biz'
,
component
:
Situation
,
childRoutes
:
[]
},
...
...
src/view/monitor/regulate/index.js
View file @
7075e406
...
@@ -30,7 +30,6 @@ class Regulate extends Component {
...
@@ -30,7 +30,6 @@ class Regulate extends Component {
render
()
{
render
()
{
return
(
return
(
<
div
className
=
"duty-root"
>
<
div
className
=
"duty-root"
>
安全监管
<
/div
>
<
/div
>
);
);
}
}
...
...
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