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
1bd4bbea
Commit
1bd4bbea
authored
Mar 21, 2019
by
aoobao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去除测试代码
parent
fec1dda0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
src/views/Home.vue
src/views/Home.vue
+13
-13
No files found.
src/views/Home.vue
View file @
1bd4bbea
...
...
@@ -35,8 +35,8 @@
<
script
>
let
__id
=
0
import
HANG_ZHOU
from
'
../assets/HANGZHOU
'
import
SHAO_XING
from
'
../assets/SHAOXING
'
//
import HANG_ZHOU from '../assets/HANGZHOU'
//
import SHAO_XING from '../assets/SHAOXING'
import
AddDialog
from
'
@/components/AddDialog
'
import
RemarkDialog
from
'
@/components/RemarkDialog
'
import
TransferDialog
from
'
@/components/TransferDialog
'
...
...
@@ -98,18 +98,18 @@ export default {
center
:
[
120
,
30
]
})
// // 测试代码
setTimeout
(()
=>
{
this
.
addLine
({
name
:
'
杭州
'
,
text
:
HANG_ZHOU
})
// //
//
测试代码
//
setTimeout(() => {
//
this.addLine({
//
name: '杭州',
//
text: HANG_ZHOU
//
})
this
.
addLine
({
name
:
'
绍兴
'
,
text
:
SHAO_XING
})
},
500
);
//
this.addLine({
//
name: '绍兴',
//
text: SHAO_XING
//
})
//
}, 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