|
@@ -49,6 +49,7 @@ export default {
|
|
MyChartId:options.MyChartId,
|
|
MyChartId:options.MyChartId,
|
|
MyChartClassifyId:options.MyChartClassifyId,
|
|
MyChartClassifyId:options.MyChartClassifyId,
|
|
from:options.from||'',
|
|
from:options.from||'',
|
|
|
|
+ chartSource: options.chartSource||'',
|
|
token:this.$store.state.user.token||uni.getStorageSync("token"),
|
|
token:this.$store.state.user.token||uni.getStorageSync("token"),
|
|
timestamp:new Date().getTime(),//防止缓存
|
|
timestamp:new Date().getTime(),//防止缓存
|
|
}
|
|
}
|