Commit 85455d0c by patpat

修改uat和生产后台地址

parent ec0b4fe8
......@@ -33,8 +33,8 @@ object AppConfig {
return when (SERVER) {
Server.DEV -> "http://diningbackdev.bgy.com.cn"
Server.TEST -> "http://diningbacktest.bgy.com.cn:9000"
Server.UAT -> "http://diningbackuat.bgy.com.cn"
else -> "http://diningback.bgy.com.cn"
Server.UAT -> "https://diningbackuat.bgy.com.cn"
else -> "https://diningback.bgy.com.cn"
}
}
......
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 sign in to comment