提交 16b4f23e 编写于 作者: 张磊's avatar 张磊

add my expert

上级 bc3d3b60
...@@ -38,15 +38,14 @@ export default { ...@@ -38,15 +38,14 @@ export default {
}; };
}, },
created() { created() {
if (this.$rocNative.isWeb) { const _this = this;
var _this = this; console.log('--this.$rocNative.isWeb', this.$rocNative.isWeb);
if (this.$rocNative.isWeb) { if (this.$rocNative.isWeb) {
cookies.set('conslToken', _this.token); cookies.set('conslToken', _this.token);
_this.getProjectList(); _this.getProjectList();
} else { } else {
_this.getUserInfo(); _this.getUserInfo();
} }
}
}, },
mounted() { mounted() {
this.$sendBuriedData && this.$sendBuriedData &&
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册