提交 abd2f23c authored 作者: 钟是志's avatar 钟是志

删除安全漏洞bug

上级 30859f1c
...@@ -26,8 +26,7 @@ const config = { ...@@ -26,8 +26,7 @@ const config = {
websocketUrl: wsPath != null ? wsPath : localhostPath.replace('http', 'ws') + '/websocket', websocketUrl: wsPath != null ? wsPath : localhostPath.replace('http', 'ws') + '/websocket',
payUrl: localhostPath + '/createWixinPayCode', payUrl: localhostPath + '/createWixinPayCode',
checkPath: false, checkPath: false,
mobileUrl: prefix + '/mobile/GHHome', request,
request: request,
}; };
export default config; export default config;
...@@ -23,8 +23,7 @@ const config = { ...@@ -23,8 +23,7 @@ const config = {
websocketUrl:localhostPath.replace("http","ws")+"/websocket", websocketUrl:localhostPath.replace("http","ws")+"/websocket",
payUrl:localhostPath+"/createWixinPayCode", payUrl:localhostPath+"/createWixinPayCode",
checkPath:false, checkPath:false,
mobileUrl:prefix+"/mobile/GHHome", request,
request:request
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论