feat:新增dev分支 #1

Merged
yrk merged 1 commits from dev into main 2026-02-26 01:46:56 +00:00

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,
}) })