Commit 257be4e9 authored by wentao.suo's avatar wentao.suo

edit business-op-ui.js

parent 8dd59773
const protocol = window.location.protocol const protocol = window.location.protocol
export const business_api = `${protocol}//settlementapi.domain.com` let domain = '.domain.com'
export const qiniuHost = 'http://7xtgdu.com1.z0.glb.clouddn.com/' const opSystem = 'SWXT'
export const opapiHost = '${protocol}://opapi.domain.com' const qiniuHost = 'http://7xtgdu.com1.z0.glb.clouddn.com/'
\ No newline at end of file const opapiHost = `${protocol}//opapi.domain.com`
let opSystemPanelUrl = `${opapiHost}/userManage/systemPanel`
export default {
opapiHost,
qiniuHost,
opSystemPanelUrl,
domain,
opSystem
}
\ No newline at end of file
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