|
@@ -22,7 +22,8 @@ export const https = (configobj: any = { timeout: '' }) => {
|
|
|
}
|
|
|
const https = new HttpClient(config)
|
|
|
https.httpClient.interceptors.request.use(function (request) {
|
|
|
- const comInfo = getUserInfo()
|
|
|
+ let comInfo = getUserInfo()
|
|
|
+ comInfo.projectId="Pj1101080255"
|
|
|
const comParams: string = setQueryConfig(comInfo)
|
|
|
let url: any = request.url
|
|
|
if (url.indexOf("?") != -1) {
|