再再再次构建
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//生产环境
|
||||
module.exports = {
|
||||
NODE_ENV: '"production"',
|
||||
BASE_API:'"192.168.123.5"',
|
||||
DOMAIN: '"http://192.168.123.5"',
|
||||
SOCKET_URL:'"ws://192.168.123.5:8326"'
|
||||
BASE_API: '""',
|
||||
DOMAIN: '""',
|
||||
SOCKET_URL: '"" + (window.location.protocol === "https:" ? "wss://" : "ws://") + window.location.host + "/ws"'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user