Commit 328bd47c by 万亚飞

fix bug

parent c2a498a4
module.exports = { module.exports = {
NODE_ENV: '"production"', NODE_ENV: '"production"',
ENV_MARK: '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: '"production"', NODE_ENV: '"production"',
ENV_MARK: 'testing', 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