You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
240 B
5 lines
240 B
|
2 months ago
|
// 打包后仍可修改的配置
|
||
|
|
const config = {
|
||
|
|
baseApi: "/hiver", // 请求路径统一前缀
|
||
|
|
mapboxToken: "pk.eyJ1IjoiZGVsaWNhY3lsZWUiLCJhIjoiY2o4b3U2eWx0MDh2ODJxcnNra2ZrM3l1dyJ9.z6CNmgaMEbC0Ks8AMM72Tw" // mapbox地图accessToken
|
||
|
|
}
|