提交 6dfc9b4e 编写于 作者: guangjun.yang's avatar guangjun.yang

改回token值值

上级 619fdf94
......@@ -69,7 +69,8 @@ export default {
series1Data = this.dataList.map( item => {
return ((item.afterRate|| 0) * 100).toFixed(1);
})
this.drawColumn(yAxisData.splice(0, 5), series0Data.splice(0, 5), series1Data.splice(0, 5));
this.drawColumn(yAxisData, series0Data, series1Data);
// this.drawColumn(yAxisData.splice(0, 5), series0Data.splice(0, 5), series1Data.splice(0, 5));
} else {
this.isShow = false;
}
......
......@@ -223,7 +223,7 @@ export default {
costRankList: [],
projectId: "",
token:
"95CD6F04E7014921955DB8386C4B5F1C" ||
// "95CD6F04E7014921955DB8386C4B5F1C" ||
"79A005DB585C45C389ED1DD0C76E3633" ||
"A220943B006347799F277CC524EBB662",
isOrgStat: false,
......@@ -670,7 +670,7 @@ export default {
getUserInfo() {
this.$rocNative.getUserInfo &&
this.$rocNative.getUserInfo().then(params => {
// this.token = params.userToken; // 测试用时注释掉
this.token = params.userToken; // 测试用时注释掉
// cookies.remove("token");
cookies.set("lreporttoken", this.token);
this.setUserToken(this.token);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册