Browse Source

save

pull/48/head
zyronon 1 year ago
parent
commit
1fdb683fc7
  1. 12
      package.json
  2. 2
      src/pages/message/chat/Chat.vue

12
package.json

@ -47,17 +47,5 @@ @@ -47,17 +47,5 @@
"vite-plugin-cdn-import": "0.3.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-imagemin": "^0.6.1"
},
"husky":{
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**": [
"prettier --write src/",
"eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"git add"
]
}
}

2
src/pages/message/chat/Chat.vue

@ -188,7 +188,7 @@ import { mapState } from 'pinia' @@ -188,7 +188,7 @@ import { mapState } from 'pinia'
import Loading from '../../../components/Loading'
import { useBaseStore } from '@/store/pinia'
import { _checkImgUrl } from '@/utils'
import $ from "jquery";
import $ from 'jquery'
let CALL_STATE = {
REJECT: 0,

Loading…
Cancel
Save