Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
A
amap-line-edit
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
feng
amap-line-edit
Commits
c46cb859
Commit
c46cb859
authored
Mar 21, 2019
by
aoobao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
取消测试代码
parent
896d6e72
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
src/views/Home.vue
src/views/Home.vue
+8
-8
No files found.
src/views/Home.vue
View file @
c46cb859
...
...
@@ -35,7 +35,7 @@
<
script
>
let
__id
=
0
import
HANG_ZHOU
from
'
../assets/HANGZHOU
'
//
import HANG_ZHOU from '../assets/HANGZHOU'
import
AddDialog
from
'
@/components/AddDialog
'
import
RemarkDialog
from
'
@/components/RemarkDialog
'
import
TransferDialog
from
'
@/components/TransferDialog
'
...
...
@@ -97,13 +97,13 @@ export default {
center
:
[
120
,
30
]
})
// 测试代码
setTimeout
(()
=>
{
this
.
addLine
({
name
:
'
杭州
'
,
text
:
HANG_ZHOU
})
},
500
);
//
//
测试代码
//
setTimeout(() => {
//
this.addLine({
//
name: '杭州',
//
text: HANG_ZHOU
//
})
//
}, 500);
},
methods
:
{
...
...
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