Commit 25ef6b58 authored by kalvin's avatar kalvin

fixbugs

parent 69e8751a
module.exports = { const protocol = window.location.protocol
NODE_ENV: '"test"' const domain = ''
const opSystem = 'YHGLXT'
const apiHost = `${protocol}//user-manage-ui.domain.com`
const opSystemPanelUrl = `${apiHost}/userManage/systemPanel`
export default{
domain,
opSystem,
apiHost,
opSystemPanelUrl
} }
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