"use strict";const p={development:{h5:{baseURL:"/api"},"mp-weixin":{baseURL:"https://opo.qduh.cn"},"app-plus":{baseURL:"http://192.168.100.10:8080"}},production:{h5:{baseURL:"https://opo.qduh.cn"},"mp-weixin":{baseURL:"https://opo.qduh.cn"},"app-plus":{baseURL:"https://opo.qduh.cn"}}};exports.getConfig=()=>{const t="production",o="mp-weixin";return{...p[t][o]||p[t].h5,env:t,platform:o}};