|
@@ -26,7 +26,8 @@ export const https = (configobj: any = { timeout: '',isComParams:true }) => {
|
|
|
let comInfo = getUserInfo()
|
|
|
// comInfo.projectId="Pj1101080255"
|
|
|
console.log("configobj.isComParams==",configobj.isComParams)
|
|
|
- const comParams: string = configobj.isComParams?setQueryConfig(comInfo):''
|
|
|
+ // const comParams: string = configobj.isComParams?setQueryConfig(comInfo):''
|
|
|
+ const comParams: string=setQueryConfig(comInfo);
|
|
|
let url: any = request.url
|
|
|
if (url.indexOf("?") != -1) {
|
|
|
request.url = request.url + "&" + comParams
|