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

安全漏洞 删除错误代码

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