Commit c2a498a4 by 万亚飞

fix bug

parent eaa5710c
//开发环境 //开发环境
module.exports = { module.exports = {
NODE_ENV: '"development"', NODE_ENV: '"development"',
ENV_MARK: 'development',
prefix: '"https://testapi.ydl.com/api"', prefix: '"https://testapi.ydl.com/api"',
prefixH2: '"https//testh2.yidianling.com"' prefixH2: '"https//testh2.yidianling.com"'
}; };
module.exports = { module.exports = {
NODE_ENV: '"production"', NODE_ENV: '"production"',
ENV_MARK: 'production',
prefix: '"https://api.ydl.com/api"', prefix: '"https://api.ydl.com/api"',
prefixH2: '"https://h2.yidianling.com"' prefixH2: '"https://h2.yidianling.com"'
}; };
module.exports = { module.exports = {
NODE_ENV: '"testing"', NODE_ENV: '"production"',
ENV_MARK: 'testing',
prefix: '"https://testapi.ydl.com/api"', prefix: '"https://testapi.ydl.com/api"',
prefixH2: '"https//testh2.yidianling.com"' prefixH2: '"https//testh2.yidianling.com"'
}; };
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