Commit bb110a84 by 潘琦

路由跳转文件去掉默认token赋值代码;

parent f850f581
......@@ -28,7 +28,7 @@ router.beforeEach((to, from, next) => {
} else {
next()
}
store.dispatch('setToken', '490cd9b7-dca7-4cc3-87e9-5eacbb5a5d77')
// store.dispatch('setToken', '490cd9b7-dca7-4cc3-87e9-5eacbb5a5d77')
})
let getWXOauth = () => {
......
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