Skip to content

Commit

Permalink
feat: 临时设置默认地图为google
Browse files Browse the repository at this point in the history
  • Loading branch information
aweikalee authored Sep 24, 2024
1 parent cfefa82 commit a92621c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const localState: ILocalState = {
nickname: '',
loggedin: false,
detailSpread: false,
mapType: 'baidu'
mapType: 'google'
}

/* 保存在内存的属性 */
Expand Down

0 comments on commit a92621c

Please sign in to comment.