feat:新增dev分支

This commit is contained in:
5g0Wp7Zy 2026-02-26 09:43:19 +08:00
parent 2c5dad2074
commit fe99a73e9e

View File

@ -18,6 +18,7 @@ import regionSelect from './components/regionSelect.vue'
import { getSiteTypeIcon, tab_list, tab_style } from './config' import { getSiteTypeIcon, tab_list, tab_style } from './config'
const { VITE_AMAP_KEY } = import.meta.env const { VITE_AMAP_KEY } = import.meta.env
const amapsdk = new AMapWX({ const amapsdk = new AMapWX({
key: VITE_AMAP_KEY, key: VITE_AMAP_KEY,
}) })