|
@@ -120,7 +120,7 @@ service.interceptors.request.use(
|
|
* content
|
|
* content
|
|
*/
|
|
*/
|
|
const env = import.meta.env.VITE_USER_NODE_ENV
|
|
const env = import.meta.env.VITE_USER_NODE_ENV
|
|
- console.log(env)
|
|
|
|
|
|
+ // console.log(env)
|
|
if (env === 'production' && systemInfo.beijingTimestamp === 0) {
|
|
if (env === 'production' && systemInfo.beijingTimestamp === 0) {
|
|
const _timestamp = await getBeijingTimestamp()
|
|
const _timestamp = await getBeijingTimestamp()
|
|
setBeijingTimestamp(_timestamp)
|
|
setBeijingTimestamp(_timestamp)
|
|
@@ -140,8 +140,8 @@ service.interceptors.request.use(
|
|
body,
|
|
body,
|
|
raw,
|
|
raw,
|
|
noSign,
|
|
noSign,
|
|
- config,
|
|
|
|
- browserInfo: getBrowserInfo()
|
|
|
|
|
|
+ config
|
|
|
|
+ // browserInfo: getBrowserInfo()
|
|
}
|
|
}
|
|
errorData.push({
|
|
errorData.push({
|
|
time: header.timestamp,
|
|
time: header.timestamp,
|