Luyus
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//开发环境
|
||||
module.exports = {
|
||||
NODE_ENV: '"development"',
|
||||
BASE_API: '"192.168.123.5"',
|
||||
DOMAIN: '"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