Commit d1a3f0a3 authored by 俞嘉婷's avatar 俞嘉婷

feat: 正式

parent 75dc9037
import requestFun from "./requestFun"; import requestFun from "./requestFun";
// TODO 'test', 'pre', 'prod' // TODO 'test', 'pre', 'prod'
export const __env__ = "pre"; export const __env__ = "prod";
const DEFAULT_PROJECT = { const DEFAULT_PROJECT = {
// 测试环境 // 测试环境
...@@ -16,7 +16,7 @@ const DEFAULT_PROJECT = { ...@@ -16,7 +16,7 @@ const DEFAULT_PROJECT = {
}, },
// 线上正式 // 线上正式
'prod': { 'prod': {
redirectUrl: 'https://99183-activity.dexfu.cn/projectx/TODO/index.html?appID=99183', redirectUrl: 'https://99183-activity.dexfu.cn/projectx/p93d54d56/index.html?appID=99183',
rqDomain: "https://99183-activity.dexfu.cn" rqDomain: "https://99183-activity.dexfu.cn"
}, },
} }
......
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