Commit 18848dd5 authored by wentao.suo's avatar wentao.suo

add gdxd-op-ui.js

parent ada59721
'use strict';
const protocol = window.location.protocol
const qiniuHost = 'https://oic74zs8j.qnssl.com/'
const opapiHost = 'http://gyxdapi.domain.com'
let opLoginUrl = `${opapiHost}/user/logout` // 运营系统-登录页
let opSelectSysUrl = `${opapiHost}/user/systemPanel` // 运营系统-系统选择页
let opModifyPwdsUrl = `${opapiHost}/user/modifyPwd` // 运营系统-修改密码
let quickPassApiHost = 'http://gdxd-bt.doman.com'
let quickPassUrl ='http://gdxd-bt.doman.com'
let domain = ''
export default{
qiniuHost,
opapiHost,
opLoginUrl,
opSelectSysUrl,
opModifyPwdsUrl,
quickPassApiHost,
quickPassUrl,
domain
}
\ 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