You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
660 B
20 lines
660 B
export const mockUrlPrefix =
|
|
'https://nei.netease.com/api/apimock-v2/e3b1d0eb88e905f6c7ee559b2d6bb7ad'
|
|
|
|
export const envIsDev = process.env.VUE_APP_NODE_ENV === 'dev'
|
|
|
|
export default {
|
|
appId: {
|
|
//开发环境appid
|
|
devResiAppid: 'wx0301bf7f534d97d1', // 风凌石居民端
|
|
devWorkAppid: 'wx2679392c4cc2af22', //风凌石工作端
|
|
|
|
//体验环境appid
|
|
testResiAppid: 'wxd0795b37d0f0bf08', // 风凌石居民端测试号
|
|
testWorkAppid: 'wx6a57bdefa9d9ec93', //风凌石工作端测试号
|
|
|
|
//生产环境appid
|
|
prodResiAppid: 'wxcb1a6bb4706538d3', // 风凌石测试1
|
|
prodWorkAppid: 'wx0ea975d0b484ae27' //以风凌石
|
|
}
|
|
}
|
|
|