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

安全漏洞 删除错误代码

上级 79067537
import req from '@/utils/request';
// import dictMap from './dictMap';
import { queryApiActionPath, queryWsPath } from "@/webPublic/one_stop_public/utils/queryConfig";
var localMockHostPath = "http://rap2api.taobao.org/app/mock/230899";
import { queryApiActionPath, queryWsPath } from '@/webPublic/one_stop_public/utils/queryConfig';
var localMockHostPath = 'false'; //
var localhostPath = queryApiActionPath();
var wsPath = queryWsPath();
// 测试对接接口用地址不用时删除
let csPath = "http://192.168.3.133:8080/expense";
const prefix = "http://scjoyedu.eicp.net:7180/onestop/#"
async function request(data) {
return req(`${data.url}`, {
method: 'POST',
body: data.params,
});
}
//var localhostPath = "http://zyd.cdzhiyong.com:51335"
const config = {
// dictMap:dictMap,
httpServer:localhostPath,
httpMockServer:localMockHostPath,
prefixServer:localhostPath+prefix,
httpServer: localhostPath,
httpMockServer: localMockHostPath,
rapFlag: true,
onlinePath: '/transacApi/',
onlineImagePath: "",
cs:csPath,
img: csPath+"/upload",
onlineImagePath: '',
rapImagePath: localhostPath,
uploadUrl:localhostPath+"/upload",
websocketUrl:wsPath!=null?wsPath:localhostPath.replace("http","ws")+"/websocket",
payUrl:localhostPath+"/createWixinPayCode",
checkPath:false,
//mobileHost:"http://localhost:51335",
//mobileHost:"http://zyd.cdzhiyong.com:51335",
mobileUrl:prefix+"/mobile/GHHome",
mobileHost:"http://localhost:33333",
request:request,
}
uploadUrl: localhostPath + '/upload',
websocketUrl: wsPath != null ? wsPath : localhostPath.replace('http', 'ws') + '/websocket',
payUrl: localhostPath + '/createWixinPayCode',
checkPath: false,
mobileUrl: prefix + '/mobile/GHHome',
request: request,
};
export default config
export default config;
......@@ -5,36 +5,25 @@ import {queryApiActionPath} from "../utils/queryConfig";
var localMockHostPath = "http://rap2api.taobao.org/app/mock/230899";
var localhostPath = queryApiActionPath();
// 测试对接接口用地址不用时删除
let csPath = "http://192.168.3.133:8080/expense";
const prefix = "http://scjoyedu.eicp.net:7180/onestop/#"
async function request(data) {
return req(`${data.url}`, {
method: 'POST',
body: data.params,
});
}
//var localhostPath = "http://zyd.cdzhiyong.com:51335"
const config = {
// dictMap:dictMap,
httpServer:localhostPath,
httpMockServer:localMockHostPath,
prefixServer:localhostPath+prefix,
rapFlag: true,
onlinePath: '/transacApi/',
onlineImagePath: "",
cs:csPath,
img: csPath+"/upload",
rapImagePath: localhostPath,
uploadUrl:localhostPath+"/upload",
websocketUrl:localhostPath.replace("http","ws")+"/websocket",
payUrl:localhostPath+"/createWixinPayCode",
checkPath:false,
//mobileHost:"http://localhost:51335",
//mobileHost:"http://zyd.cdzhiyong.com:51335",
mobileUrl:prefix+"/mobile/GHHome",
mobileHost:"http://localhost:33333",
request:request
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论