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.
13 lines
464 B
13 lines
464 B
window.gconfig = {
|
|
//接口请求路径配置
|
|
baseURL: '/api',
|
|
// 缓存命名空间配置
|
|
localStorageNamespace: "cuiping",
|
|
socketDebug: false,
|
|
socketPath: "/socket.io/cuiping",
|
|
// socketServer: "http://60.255.185.166:9024",//上线配置
|
|
// socketServer: "http://localhost:19990",//本地配置
|
|
socketServer: "",//本地配置
|
|
// 是否开启socket,本地测试可以不开启,防止界面卡
|
|
openSocket: true,
|
|
};
|
|
|