配置变化: npm run lint
parent
ba0b49724d
commit
359d0575bc
|
@ -56,13 +56,7 @@ function closeWebsocket () {
|
||||||
// close()
|
// close()
|
||||||
this.socket.close()
|
this.socket.close()
|
||||||
}
|
}
|
||||||
function close () {
|
|
||||||
// this.socket.close() // 关闭 websocket
|
|
||||||
// this.socket.onclose = function (e) {
|
|
||||||
// console.log(e)// 监听关闭事件
|
|
||||||
// console.log('关闭')
|
|
||||||
// }
|
|
||||||
}
|
|
||||||
function webSocketSend (message) {
|
function webSocketSend (message) {
|
||||||
this.socket.send(JSON.stringify(message))
|
this.socket.send(JSON.stringify(message))
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
import { request } from '@/api/service'
|
import { request } from '@/api/service'
|
||||||
import { urlPrefix as deptPrefix } from '../dept/api'
|
|
||||||
import util from '@/libs/util'
|
import util from '@/libs/util'
|
||||||
|
|
||||||
export const crudOptions = (vm) => {
|
export const crudOptions = (vm) => {
|
||||||
|
|
11920
web/yarn.lock
11920
web/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue