Commit 2c4074a9 authored by wentao.suo's avatar wentao.suo

edit new-op-ui.js

parent 8de5c3f0
...@@ -2,8 +2,8 @@ const protocol = window.location.protocol ...@@ -2,8 +2,8 @@ const protocol = window.location.protocol
const qiniuHost = 'https://oic74zs8j.qnssl.com/' const qiniuHost = 'https://oic74zs8j.qnssl.com/'
const opapiHost = 'http://opapi.domain.com' const opapiHost = 'http://opapi.domain.com'
let opHost = `${protocol}//new-op.domain.com` let opHost = `${protocol}//new-op.domain.com`
let opLoginUrl = `${opapiHost}/#/access/login` let opLoginUrl = `${opHost}/#/access/login`
let opSelectSysUrl = `${opapiHost}/#/access/selectSystem` let opSelectSysUrl = `${opHost}/#/access/selectSystem`
let opModifyPwdsUrl = `${opapiHost}/user/modifyPwd` // 运营系统-修改密码 let opModifyPwdsUrl = `${opapiHost}/user/modifyPwd` // 运营系统-修改密码
let domain = '' let domain = ''
......
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