other: 本地开发local地图密钥添加
This commit is contained in:
parent
ad0c0a2e5f
commit
5deef39697
@ -133,6 +133,9 @@ class F {
|
|||||||
static StarLockAMapKey get aMapKey {
|
static StarLockAMapKey get aMapKey {
|
||||||
switch (appFlavor) {
|
switch (appFlavor) {
|
||||||
case Flavor.local:
|
case Flavor.local:
|
||||||
|
return const StarLockAMapKey(
|
||||||
|
androidKey: '9388ca47f9674b447a17eff82bc0e2ea',
|
||||||
|
iosKey: 'cdec0512564baa58be26b2e2ac5ef3b7');
|
||||||
case Flavor.dev:
|
case Flavor.dev:
|
||||||
return const StarLockAMapKey(
|
return const StarLockAMapKey(
|
||||||
androidKey: 'b56b681ee89f4db43a5aa1879ae8cbfe',
|
androidKey: 'b56b681ee89f4db43a5aa1879ae8cbfe',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user