Commit 059c602d by wuxiao

no message

parent afef9f1c
...@@ -4,12 +4,12 @@ ...@@ -4,12 +4,12 @@
;(function () { ;(function () {
// 接口请求域名 // 接口请求域名
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/
} }
// 接口请求路径 // 接口请求路径
window.apis = { window.apis = {
managePlatform: 'api/page1info' managePlatform: '/api/page1info'
} }
})() })()
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