Commit e6baea82 authored by 黄媛媛's avatar 黄媛媛

update

parent 27808d64
......@@ -12,6 +12,10 @@ export default {
install(Vue, options) {
Vue.prototype.MsgBus = MsgBus;
Vue.prototype.md5 = md5;
Vue.prototype.qjGroupId = function (msg) {
let GroupId=2;
return GroupId;
},
Vue.prototype.orderBy = function (source, orders, type) {
if (
source instanceof Array &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment