Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
junlebao-milk-20240619
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
SparkProjects
junlebao-milk-20240619
Commits
88f37e49
Commit
88f37e49
authored
Jun 27, 2024
by
俞嘉婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 环境id配置
parent
c18e5e4d
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
index.js
miniprogram/miniprogram_npm/mobx-miniprogram/index.js
+2
-2
config.ts
miniprogram/utils/config.ts
+5
-5
No files found.
miniprogram/miniprogram_npm/mobx-miniprogram/index.js
View file @
88f37e49
This diff is collapsed.
Click to expand it.
miniprogram/utils/config.ts
View file @
88f37e49
...
@@ -13,15 +13,15 @@ export const testOptions = {
...
@@ -13,15 +13,15 @@ export const testOptions = {
// 【预发环境】
// 【预发环境】
export
const
prevOptions
=
{
export
const
prevOptions
=
{
BASE_URL
:
'https://activity-
pre.m.duiba.com.cn'
,
// 免登接口有预发的环境
BASE_URL
:
'https://activity-
6.m.duiba.com.cn'
,
appKey
:
'3
88ENcX8CGJBEdn2hyZA5zDkqpR6
'
,
appKey
:
'3
fLNcnNTvCd3f3XaBAt7mP95fmDU
'
,
projectId
:
"p
rev
"
,
projectId
:
"p
e24d9444
"
,
}
}
// 【线上环境】
// 【线上环境】
export
const
publishOptions
=
{
export
const
publishOptions
=
{
BASE_URL
:
'https://activity.m.duiba.com.cn'
,
BASE_URL
:
'https://activity
-6
.m.duiba.com.cn'
,
appKey
:
'3
88ENcX8CGJBEdn2hyZA5zDkqpR6
'
,
appKey
:
'3
fLNcnNTvCd3f3XaBAt7mP95fmDU
'
,
projectId
:
"publish"
,
projectId
:
"publish"
,
}
}
...
...
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