taro-axios icon indicating copy to clipboard operation
taro-axios copied to clipboard

taro-axios 经过 terser 压缩导致 post 请求失败

Open lastSeries opened this issue 4 years ago • 1 comments

版本

Taro 3.0.5

复现步骤

npm run build:weapp

function fetch() {
  const data = {
    k1: 'v1',
    k2: 'v2',
    k3: 'v3',
  }

  return axios.post('/url', new PostData(data))
}

期望结果

1598316841291

实际结果

1598316983487

lastSeries avatar Aug 25 '20 01:08 lastSeries

老哥我也遇到这个问题了,你最后怎么解决的?

angeltxwh avatar May 13 '21 18:05 angeltxwh