Commit 930ec6aa by 高淑倩

add: test 环境

parent c7233570
...@@ -113,7 +113,8 @@ App({ ...@@ -113,7 +113,8 @@ App({
loginFirst: false, loginFirst: false,
imageUrl:"", //图片地址 imageUrl:"", //图片地址
isFullSucreen: false, // 当前设备是否为 FullSucreen isFullSucreen: false, // 当前设备是否为 FullSucreen
// brandId: 2005, brandId: 2005,
brandId: 1001, // brandId: 1001,
// brandId: 1002,
} }
}) })
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
"wxcf6d299fecd830cf", "wxcf6d299fecd830cf",
"wx5717ceb7cfa09f2e", "wx5717ceb7cfa09f2e",
"wx358b56af62edbde1", "wx358b56af62edbde1",
"wxc3b64b09b1d3dfc2" "wxc3b64b09b1d3dfc2",
"wx857ea77f4f7f4f34"
] ]
} }
\ No newline at end of file
const PROJECT_ENV = 'dev' // 生产 prod, 测试 dev, 预生产 pre const PROJECT_ENV = 'prod' // 生产 prod, 开发 dev, 测试 test, 预生产 pre
const needMock = '' // const needMock = '' //
// appid_dev_wx wxc3b64b09b1d3dfc2 // appid_dev_wx wxc3b64b09b1d3dfc2
// appid_test_wx wx857ea77f4f7f4f34
// appid_pre_711 wx358b56af62edbde1 // appid_pre_711 wx358b56af62edbde1
// 711 预备发生产环境
// 后台地址 : https://crm-b.bigaka.com/api
// brandId : 2005
// 1 2 3 步!!!!!!!!!!!!!!!!!!!!!! prod appid brandId // 1 2 3 步!!!!!!!!!!!!!!!!!!!!!! prod appid brandId
// const devCtx = 'http://111.231.86.64' // const devCtx = 'http://111.231.86.64'
const devCtx = 'http://buyer.devapi.bigaka.net' // 开发环境 const devCtx = 'http://buyer.devapi.bigaka.net' // 开发环境
const testCtx = 'https://crm-b.bigaka.net/api' // 发预生产时解开此注释
const preCtx = 'https://crm-b.bigaka.com/api' // 发预生产时解开此注释 const preCtx = 'https://crm-b.bigaka.com/api' // 发预生产时解开此注释
const prodCtx = 'https://crm-b.bigaka.com/api' // 发生产时解开此注释 const prodCtx = 'https://crm-b.bigaka.com/api' // 发生产时解开此注释
const config = { const config = {
dev: devCtx, dev: devCtx,
test: testCtx,
pre: preCtx, pre: preCtx,
prod: prodCtx prod: prodCtx
} }
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.6.6", "libVersion": "2.6.6",
"appid": "wxc3b64b09b1d3dfc2", "appid": "wx358b56af62edbde1",
"projectname": "7-Eleven", "projectname": "7-Eleven",
"debugOptions": { "debugOptions": {
"hidedInDevtools": [] "hidedInDevtools": []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment