mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-19 07:03:42 +08:00
refactor(projects): 代码优化
ISSUES CLOSED: \
This commit is contained in:
@@ -19,8 +19,7 @@ async function renderBaiduMap() {
|
||||
center: [114.05834626586915, 22.546789983033168],
|
||||
viewMode: '3D'
|
||||
});
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('map: ', map);
|
||||
window.console.log(map);
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
|
||||
@@ -19,8 +19,7 @@ async function renderBaiduMap() {
|
||||
zoom: 11,
|
||||
viewMode: '3D'
|
||||
});
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('map: ', map);
|
||||
window.console.log(map);
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
|
||||
Reference in New Issue
Block a user