Commit 88f37e49 authored by 俞嘉婷's avatar 俞嘉婷

feat: 环境id配置

parent c18e5e4d
...@@ -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: '388ENcX8CGJBEdn2hyZA5zDkqpR6', appKey: '3fLNcnNTvCd3f3XaBAt7mP95fmDU',
projectId: "prev", projectId: "pe24d9444",
} }
// 【线上环境】 // 【线上环境】
export const publishOptions = { export const publishOptions = {
BASE_URL: 'https://activity.m.duiba.com.cn', BASE_URL: 'https://activity-6.m.duiba.com.cn',
appKey: '388ENcX8CGJBEdn2hyZA5zDkqpR6', appKey: '3fLNcnNTvCd3f3XaBAt7mP95fmDU',
projectId: "publish", projectId: "publish",
} }
......
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