diff --git a/config.js b/config.js index 45357d2..fe3ca80 100755 --- a/config.js +++ b/config.js @@ -9,12 +9,12 @@ module.exports = { appSecret: '1f1d186d98ea4620ac65afbf34940051', // 开发环境 - apiUrl: "http://127.0.0.1:9090/api", + // apiUrl: "http://127.0.0.1:9090/api", // socketUrl: 'ws://localhost:9190', // fileUrl: 'https://file.wsdns.cn', // 测试环境 - // apiUrl: 'https://server.gxwebsoft.com/api', + apiUrl: 'https://server.gxwebsoft.com/api', socketUrl: 'wss://server.gxwebsoft.com', fileUrl: 'https://file.wsdns.cn', diff --git a/manifest.json b/manifest.json index f13ed01..3176646 100755 --- a/manifest.json +++ b/manifest.json @@ -63,7 +63,11 @@ /* SDK配置 */ "sdkConfigs" : { "ad" : {}, - "geolocation" : {}, + "geolocation" : { + "system" : { + "__platform__" : [ "ios", "android" ] + } + }, "oauth" : {}, "push" : {} },