style:样式调整
This commit is contained in:
@@ -165,7 +165,7 @@ export default {
|
||||
},
|
||||
//发送消息
|
||||
send(data) {
|
||||
console.log('发送消息。。。')
|
||||
console.log('发送消息。。。', data)
|
||||
if (!this.isOpen) {
|
||||
//关闭则打开
|
||||
this.open()
|
||||
|
||||
@@ -131,7 +131,6 @@ http.interceptors.response.use(
|
||||
// }
|
||||
|
||||
const userStore = $store('user')
|
||||
const isLogin = userStore.isLogin
|
||||
response.config.custom.showLoading && closeLoading()
|
||||
|
||||
console.log('response', JSON.parse(JSON.stringify(response.data)))
|
||||
|
||||
Reference in New Issue
Block a user