Luyus
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
//开发环境
|
//开发环境
|
||||||
module.exports = {
|
module.exports = {
|
||||||
NODE_ENV: '"development"',
|
NODE_ENV: '"development"',
|
||||||
BASE_API: '"192.168.123.5"',
|
BASE_API: '""',
|
||||||
DOMAIN: '"192.168.123.5"',
|
DOMAIN: '""',
|
||||||
SOCKET_URL:'"ws://192.168.123.5:8326/"'
|
SOCKET_URL: '"" + (window.location.protocol === "https:" ? "wss://" : "ws://") + window.location.host + "/ws"'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user