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
afde0d60
Commit
afde0d60
authored
Jul 19, 2024
by
程恺文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:增加水利包
parent
e73a237c
Pipeline
#91012
passed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
BasicLayout_tags.js
src/layouts/BasicLayout_tags.js
+1
-1
HNLayout.js
src/layouts/HNLayout.js
+1
-1
No files found.
src/layouts/BasicLayout_tags.js
View file @
afde0d60
...
@@ -310,7 +310,7 @@ const Layout = props => {
...
@@ -310,7 +310,7 @@ const Layout = props => {
{
/* <ArcgisMap options={{ type: 'ArcgisMap' }} /> */
}
{
/* <ArcgisMap options={{ type: 'ArcgisMap' }} /> */
}
{
/* ) */
}
{
/* ) */
}
{
/* ) : null} */
}
{
/* ) : null} */
}
{(
window
.
location
.
pathname
.
startsWith
(
'/civbase/civ_3d/map'
)
||
window
.
location
.
pathname
.
startsWith
(
'/civbase/civ_drainage/map'
))
?
(
{(
window
.
location
.
pathname
.
startsWith
(
'/civbase/civ_3d/map'
)
||
(
window
.
location
.
pathname
.
startsWith
(
'/civbase/civ_waterresources/map'
)
||
window
.
location
.
pathname
.
startsWith
(
'/civbase/civ_drainage/map'
))
?
(
<
KeepAlive
>
<
KeepAlive
>
<
CesiumMap
/>
<
CesiumMap
/>
<
/KeepAlive
>
<
/KeepAlive
>
...
...
src/layouts/HNLayout.js
View file @
afde0d60
...
@@ -285,7 +285,7 @@ const Layout = props => {
...
@@ -285,7 +285,7 @@ const Layout = props => {
>
>
<>
<>
<
Suspense
fallback
=
{
<><
/>}
>
<
Suspense
fallback
=
{
<><
/>}
>
{
window
.
location
.
pathname
.
startsWith
(
'/civbase/civ_3d'
)
||
window
.
location
.
pathname
.
startsWith
(
'/civbase/civ_drainage'
)
?
(
{
window
.
location
.
pathname
.
startsWith
(
'/civbase/civ_3d'
)
||
window
.
location
.
pathname
.
startsWith
(
'/civbase/civ_waterresources'
)
||
window
.
location
.
pathname
.
startsWith
(
'/civbase/civ_drainage'
)
?
(
<
KeepAlive
>
<
KeepAlive
>
<
CesiumMap
/>
<
CesiumMap
/>
<
/KeepAlive
>
<
/KeepAlive
>
...
...
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