翠屏区智慧广电示范区
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
464 B

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