Commit afef9f1c by wuxiao

no message

parent 0664cad6
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
// 接口请求域名 // 接口请求域名
window.domain = { window.domain = {
stg: 'http://192.168.0.121:9000/', // 测试环境域名 stg: 'http://192.168.0.121:9000/', // 测试环境域名
prd: 'http://192.168.0.121:9000/' // 生产环境域名 prd: '' // 生产环境域名 http://192.168.0.121:9000/
} }
// 接口请求路径 // 接口请求路径
......
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