Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
高淑倩
7-Eleven
Commits
9ca55d04
Commit
9ca55d04
authored
Jun 12, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify: 开发环境配置
parent
a9e56b74
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
app.js
src/app.js
+2
-2
index.js
src/config/index.js
+2
-2
project.config.json
src/project.config.json
+4
-4
No files found.
src/app.js
View file @
9ca55d04
...
...
@@ -113,7 +113,7 @@ App({
loginFirst
:
false
,
imageUrl
:
""
,
//图片地址
isFullSucreen
:
false
,
// 当前设备是否为 FullSucreen
brandId
:
2005
,
//
brandId: 1001,
//
brandId: 2005,
brandId
:
1001
,
}
})
src/config/index.js
View file @
9ca55d04
const
PROJECT_ENV
=
'
pre
'
// 生产 prod, 测试 dev, 预生产 pre
const
PROJECT_ENV
=
'
dev
'
// 生产 prod, 测试 dev, 预生产 pre
const
needMock
=
''
//
// appid_dev_wx wxc3b64b09b1d3dfc2
...
...
@@ -8,7 +8,7 @@ const needMock = '' //
// 后台地址 : https://crm-b.bigaka.com/api
// brandId : 2005
// 1 2 3 步!!!!!!!!!!!!!!!!!!!!!! pr
e
appid brandId
// 1 2 3 步!!!!!!!!!!!!!!!!!!!!!! pr
od
appid brandId
// const devCtx = 'http://111.231.86.64'
const
devCtx
=
'http://buyer.devapi.bigaka.net'
// 开发环境
...
...
src/project.config.json
View file @
9ca55d04
...
...
@@ -13,7 +13,7 @@
},
"compileType"
:
"miniprogram"
,
"libVersion"
:
"2.6.6"
,
"appid"
:
"wx
358b56af62edbde1
"
,
"appid"
:
"wx
c3b64b09b1d3dfc2
"
,
"projectname"
:
"7-Eleven"
,
"debugOptions"
:
{
"hidedInDevtools"
:
[]
...
...
@@ -37,7 +37,7 @@
"list"
:
[]
},
"miniprogram"
:
{
"current"
:
-1
,
"current"
:
12
,
"list"
:
[
{
"id"
:
-1
,
...
...
@@ -112,10 +112,10 @@
"query"
:
""
},
{
"id"
:
-1
,
"id"
:
12
,
"name"
:
"优惠券详情"
,
"pathName"
:
"pages/couponDetail/couponDetail"
,
"query"
:
"cardno=
60022785092189546586
"
"query"
:
"cardno=
08128987889220217570
"
}
]
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment