shop_app/api/index.js

19 lines
508 B
JavaScript

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.99.31:8095' // 本地1
// const url = 'http://192.168.88.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
}