Commit c46cb859 authored by aoobao's avatar aoobao

取消测试代码

parent 896d6e72
......@@ -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: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment