cc1c584e by ex

GPS

1 parent 6b090fc4
......@@ -56,9 +56,10 @@ angular.module('myApp')
// alert(JSON.stringify(data))
if(data.meta.code === 401) {
layer.open({
content:'登录token失效,请重新登录',
content:'请重新登录',
time:2
})
localStorage.removeItem('ls.user')
return
}
if(data.data.unfinishedOrder.id) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!