Commit 9ca55d04 by 高淑倩

modify: 开发环境配置

parent a9e56b74
...@@ -113,7 +113,7 @@ App({ ...@@ -113,7 +113,7 @@ App({
loginFirst: false, loginFirst: false,
imageUrl:"", //图片地址 imageUrl:"", //图片地址
isFullSucreen: false, // 当前设备是否为 FullSucreen isFullSucreen: false, // 当前设备是否为 FullSucreen
brandId: 2005, // brandId: 2005,
// brandId: 1001, brandId: 1001,
} }
}) })
const PROJECT_ENV = 'pre' // 生产 prod, 测试 dev, 预生产 pre const PROJECT_ENV = 'dev' // 生产 prod, 测试 dev, 预生产 pre
const needMock = '' // const needMock = '' //
// appid_dev_wx wxc3b64b09b1d3dfc2 // appid_dev_wx wxc3b64b09b1d3dfc2
...@@ -8,7 +8,7 @@ const needMock = '' // ...@@ -8,7 +8,7 @@ const needMock = '' //
// 后台地址 : https://crm-b.bigaka.com/api // 后台地址 : https://crm-b.bigaka.com/api
// brandId : 2005 // brandId : 2005
// 1 2 3 步!!!!!!!!!!!!!!!!!!!!!! pre 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' // 开发环境
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.6.6", "libVersion": "2.6.6",
"appid": "wx358b56af62edbde1", "appid": "wxc3b64b09b1d3dfc2",
"projectname": "7-Eleven", "projectname": "7-Eleven",
"debugOptions": { "debugOptions": {
"hidedInDevtools": [] "hidedInDevtools": []
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
"list": [] "list": []
}, },
"miniprogram": { "miniprogram": {
"current": -1, "current": 12,
"list": [ "list": [
{ {
"id": -1, "id": -1,
...@@ -112,10 +112,10 @@ ...@@ -112,10 +112,10 @@
"query": "" "query": ""
}, },
{ {
"id": -1, "id": 12,
"name": "优惠券详情", "name": "优惠券详情",
"pathName": "pages/couponDetail/couponDetail", "pathName": "pages/couponDetail/couponDetail",
"query": "cardno=60022785092189546586" "query": "cardno=08128987889220217570"
} }
] ]
} }
......
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