shop_app/api/index.js

19 lines
506 B
JavaScript
Raw Normal View History

2025-05-08 09:16:37 +08:00
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
2025-05-08 09:16:37 +08:00
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
}