update
This commit is contained in:
@@ -143,6 +143,7 @@
|
||||
import storage from '@/utils/storage'
|
||||
import { getMobile } from '@/utils/util.js'
|
||||
import http from '@/websoft/api'
|
||||
import * as OrderApi from '@/api/order'
|
||||
|
||||
// 订单操作
|
||||
const orderNavbar = [
|
||||
@@ -246,6 +247,8 @@
|
||||
app.userInfo = res.data
|
||||
store.dispatch('setUserInfo',res.data)
|
||||
app.isLogin = true
|
||||
OrderApi.updateOrderNo()
|
||||
console.log(OrderApi)
|
||||
}else{
|
||||
app.isLogin = false
|
||||
app.handleLogout()
|
||||
|
||||
Reference in New Issue
Block a user