Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
E
east-nanjing-new
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
郭铭瑶
east-nanjing-new
Commits
ee35445f
Commit
ee35445f
authored
Apr 25, 2021
by
郭铭瑶
🤘
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://git.omniview.pro/yaominguo/east-nanjing-new
into dist
parents
666ead30
1d762a1f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
main.ts
src/main.ts
+1
-1
useSwitchMap.ts
src/view/hooks/useSwitchMap.ts
+1
-1
No files found.
src/main.ts
View file @
ee35445f
...
...
@@ -3,7 +3,7 @@ import App from './App.vue'
import
MyComponent
from
'@/components/MyComponent'
import
router
from
'@/router'
import
{
Progress
,
Select
,
Input
,
Tooltip
,
Checkbox
}
from
'ant-design-vue'
import
'ant-design-vue/dist/antd.css'
import
'ant-design-vue/dist/antd.
min.
css'
import
'./assets/style/reset.styl'
createApp
(
App
)
...
...
src/view/hooks/useSwitchMap.ts
View file @
ee35445f
...
...
@@ -37,7 +37,7 @@ export default function useSwitchMap(map: any) {
store
.
commit
(
'SET_MAP_TYPE'
,
'2D'
)
}
)
let
boundary
=
null
let
boundary
:
any
=
null
// 根据条件显示小区点和添加边界
function
setPointsAndBoundary
(
type
:
string
)
{
boundary
&&
boundary
.
remove
()
...
...
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