提交 7ae577ec 编写于 作者: 张磊's avatar 张磊

add my expert

上级 16b4f23e
...@@ -31,7 +31,7 @@ export default { ...@@ -31,7 +31,7 @@ export default {
}, },
data() { data() {
return { return {
token: '', token: 'D8E0930EAB3E481B9CCA2ECBD2146BAD',
title: '学情报告', title: '学情报告',
projectList: [], projectList: [],
isShowKf: true, isShowKf: true,
...@@ -62,6 +62,7 @@ export default { ...@@ -62,6 +62,7 @@ export default {
getUserInfo() { getUserInfo() {
this.$rocNative.getUserInfo && this.$rocNative.getUserInfo &&
this.$rocNative.getUserInfo().then((params) => { this.$rocNative.getUserInfo().then((params) => {
console.log('--this.getUserInfo', params);
this.token = params.userToken; this.token = params.userToken;
cookies.set('conslToken', this.token); cookies.set('conslToken', this.token);
this.getProjectList(); this.getProjectList();
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册