Commit 5ba47e3b authored by leiqingsong's avatar leiqingsong

Merge branch 'dev_lqs' into 'master'

修改

See merge request !62
parents 7d9b78aa 567affa6
...@@ -21,14 +21,14 @@ export default { ...@@ -21,14 +21,14 @@ export default {
this.currentTitle = val.meta.title; this.currentTitle = val.meta.title;
} }
}, },
created() { async created() {
// const user = { // const user = {
// userId: "1313123232" // userId: "1313123232"
// } // }
// localStorage.setItem('user', JSON.stringify(user)); // localStorage.setItem('user', JSON.stringify(user));
console.log("和App开始交互"); console.log("和App开始交互");
// showBottomBar(false); // showBottomBar(false);
this.$bridgeToAppFun.getAuthToken() await this.$bridgeToAppFun.getAuthToken()
.then(res => { .then(res => {
console.log("获取token成功", res); console.log("获取token成功", res);
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment