Commit 7467afe2 authored by wentao.suo's avatar wentao.suo

edit xhed-ui.js

parent af4c9c95
...@@ -2,13 +2,13 @@ let protocol = window.location.protocol ...@@ -2,13 +2,13 @@ let protocol = window.location.protocol
let allApi = { let allApi = {
ApiBaseUrl: `${protocol}//gapi.domain.com/silkroad-route/`, // 循环额度网关 ApiBaseUrl: `${protocol}//gapi.domain.com/silkroad-route/`, // 循环额度网关
// ShuntBaseUrl: `${protocol}//192.168.4.164:9070/`, // 流量分发 ShuntBaseUrl: `${protocol}//192.168.4.164:9070/`, // 流量分发
// MallHost: `${protocol}//mallapi.xyqb.com/`, // 商城后端 MallHost: `${protocol}//mallapi.domain.com/`, // 商城后端
// mallUrl: `${protocol}//192.168.4.24:7002/`, // 商城ui mallUrl: `${protocol}//mall.domain.com/`, // 商城ui
// xyqbUserUI: `${protocol}//192.168.4.162:7043/`, // 用户中心ui xyqbUserUI: `${protocol}//passport.domain.com/`, // 用户中心ui
// h5Url: `${protocol}//192.168.4.24:7051/`, // h5-ui h5Url: `${protocol}//h5.domain.com/`, // h5-ui
// xyqbH5Backend: `${protocol}//192.168.28.14:7054/`, // 中间层 xyqbH5Backend: `${protocol}//mapi.domain.com/`, // 中间层
// devHtHost: '24' // 开发/测试 环境取合同, 值为xyqb所在环境(如4.24) devHtHost: '24' // 开发/测试 环境取合同, 值为xyqb所在环境(如4.24)
} }
module.exports = allApi module.exports = allApi
\ 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