You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
463 B
14 lines
463 B
7 months ago
|
window.gconfig = {
|
||
|
//接口请求路径配置
|
||
|
baseURL: '/api',
|
||
|
// 缓存命名空间配置
|
||
|
localStorageNamespace: "xuyong",
|
||
|
socketDebug: false,
|
||
|
socketPath: "/socket.io/xuyong",
|
||
|
// socketServer: "http://60.255.185.166:9030",//上线配置
|
||
|
// socketServer: "http://localhost:19990",//本地配置
|
||
|
socketServer: "",//本地配置
|
||
|
// 是否开启socket,本地测试可以不开启,防止界面卡
|
||
|
openSocket: false,
|
||
|
};
|