配置变化: npm run lint

pull/76/head
李强 2022-11-04 00:08:17 +08:00
parent ba0b49724d
commit 359d0575bc
4 changed files with 3 additions and 11930 deletions

View File

@ -56,13 +56,7 @@ function closeWebsocket () {
// close()
this.socket.close()
}
function close () {
// this.socket.close() // 关闭 websocket
// this.socket.onclose = function (e) {
// console.log(e)// 监听关闭事件
// console.log('关闭')
// }
}
function webSocketSend (message) {
this.socket.send(JSON.stringify(message))
}

View File

@ -1,9 +1,8 @@
import { request } from '@/api/service'
import { urlPrefix as deptPrefix } from '../dept/api'
import util from '@/libs/util'
export const crudOptions = (vm) => {
util.filterParams(vm, ['dept_name', 'role_info{name}','dept_name_all'])
util.filterParams(vm, ['dept_name', 'role_info{name}', 'dept_name_all'])
return {
pageOptions: {
compact: true

File diff suppressed because it is too large Load Diff