const url = 'https://shop.chutang66.com' // 正式 // const url = 'https://shop.dev.chutang66.com' // 测试 // const url = 'http://warehouse.dev.chutang66.com' // 测试 // const url = 'http://192.168.31.70:82' // 本地1 // const url = 'http://192.168.30.6:8092' // 本地2 const appId = 'wx73163c7bace1750b' const protoId = 'gh_ca74730c9f77' const webUrl = 'http://uniapp.dcloud.io' const name = '妙选商城' const version = '1.0.3' export default { url, appId, protoId, webUrl, version, name }