11.js
21.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
webpackJsonp([11],{
/***/ 330:
/* no static exports found */
/* all exports used */
/*!*******************************!*\
!*** ./src/pages/SysMsgs.vue ***!
\*******************************/
/***/ (function(module, exports, __webpack_require__) {
/* styles */
__webpack_require__(/*! !vue-style-loader!css-loader?sourceMap!../../~/vue-loader/lib/style-compiler/index?{"id":"data-v-2ad2ab9d","scoped":false,"hasInlineConfig":true}!../../~/vux-loader/src/style-loader.js!../../~/vue-loader/lib/selector?type=styles&index=0!./SysMsgs.vue */ 473)
var Component = __webpack_require__(/*! ../../~/vue-loader/lib/component-normalizer */ 2)(
/* script */
__webpack_require__(/*! !babel-loader!../../~/vux-loader/src/script-loader.js!../../~/vue-loader/lib/selector?type=script&index=0!./SysMsgs.vue */ 421),
/* template */
__webpack_require__(/*! !../../~/vue-loader/lib/template-compiler/index?{"id":"data-v-2ad2ab9d"}!../../~/vux-loader/src/before-template-compiler-loader.js!../../~/vux-loader/src/template-loader.js!../../~/vue-loader/lib/selector?type=template&index=0!./SysMsgs.vue */ 453),
/* scopeId */
null,
/* cssModules */
null
)
Component.options.__file = "D:\\Cassie-project\\netease-h5-demo\\src\\pages\\SysMsgs.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key !== "__esModule"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] SysMsgs.vue: functional components are not supported with templates, they should use render functions.")}
/* hot reload */
if (false) {(function () {
var hotAPI = require("vue-hot-reload-api")
hotAPI.install(require("vue"), false)
if (!hotAPI.compatible) return
module.hot.accept()
if (!module.hot.data) {
hotAPI.createRecord("data-v-2ad2ab9d", Component.options)
} else {
hotAPI.reload("data-v-2ad2ab9d", Component.options)
}
})()}
module.exports = Component.exports
/***/ }),
/***/ 421:
/* no static exports found */
/* all exports used */
/*!*******************************************************************************************************************************************!*\
!*** ./~/babel-loader/lib!./~/vux-loader/src/script-loader.js!./~/vue-loader/lib/selector.js?type=script&index=0!./src/pages/SysMsgs.vue ***!
\*******************************************************************************************************************************************/
/***/ (function(module, exports, __webpack_require__) {
"use strict";
exports.__esModule = true;
var _configs = __webpack_require__(/*! ../configs */ 5);
var _configs2 = _interopRequireDefault(_configs);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
exports.default = {
mounted: function mounted() {
this.$store.dispatch('markSysMsgRead');
this.$store.dispatch('markCustomSysMsgRead');
},
updated: function updated() {
this.$store.dispatch('markSysMsgRead');
this.$store.dispatch('markCustomSysMsgRead');
},
data: function data() {
return {
sysType: 0,
defaultAvatar: _configs2.default.defaultUserIcon,
deleteIdServer: ''
};
},
computed: {
userInfos: function userInfos() {
return this.$store.state.userInfos || {};
},
sysMsgs: function sysMsgs() {
var _this = this;
var sysMsgs = this.$store.state.sysMsgs.filter(function (msg) {
switch (msg.type) {
case 'addFriend':
msg.showText = (msg.friend.alias || msg.friend.account) + ' \u6DFB\u52A0\u60A8\u4E3A\u597D\u53CB~';
msg.avatar = _this.userInfos[msg.from] && _this.userInfos[msg.from].avatar;
return true;
case 'deleteFriend':
msg.showText = msg.from + ' \u5C06\u60A8\u4ECE\u597D\u53CB\u4E2D\u5220\u9664';
msg.avatar = _this.userInfos[msg.from].avatar;
return false;
case 'applyTeam':
console.log('applyTeam', msg);
msg.showText = msg.from;
msg.avatar = _this.userInfos[msg.from] && _this.userInfos[msg.from].avatar || _this.defaultAvatar;
msg.desc = '\u7533\u8BF7\u52A0\u5165\u7FA4:' + _this.getTeamName(msg.to);
return true;
case 'teamInvite':
msg.showText = msg.attach.team.name;
msg.avatar = _this.userInfos[msg.from] && _this.userInfos[msg.from].avatar || _this.defaultAvatar;
msg.desc = '\u9080\u8BF7\u4F60\u52A0\u5165\u7FA4' + msg.to;
return true;
case 'rejectTeamApply':
msg.showText = msg.attach.team.name;
msg.desc = '管理员拒绝你加入本群';
msg.avatar = msg.attach.team.avatar || _this.defaultAvatar;
return true;
case 'rejectTeamInvite':
var op = _this.userInfos[msg.from];
msg.showText = op.nick;
msg.avatar = op.avatar || _this.defaultAvatar;
msg.desc = op.nick + '\u62D2\u7EDD\u4E86\u7FA4' + _this.getTeamName(msg.to) + '\u7684\u5165\u7FA4\u9080\u8BF7';
return true;
}
console.log(msg);
return false;
});
sysMsgs.sort(function (msg1, msg2) {
return msg2.time - msg1.time;
});
return sysMsgs;
},
customSysMsgs: function customSysMsgs() {
var _this2 = this;
var customSysMsgs = this.$store.state.customSysMsgs.filter(function (msg) {
if (msg.scene === 'p2p') {
var content = JSON.parse(msg.content);
msg.showText = '' + content.content;
msg.avatar = _this2.userInfos[msg.from].avatar;
return msg;
}
return false;
});
return customSysMsgs;
},
msgList: function msgList() {
return this.sysType === 0 ? this.sysMsgs : this.customSysMsgs;
}
},
methods: {
deleteMsg: function deleteMsg(idServer) {
this.$store.commit('deleteSysMsgs', {
type: this.sysType,
idServer: idServer
});
},
clearMsgs: function clearMsgs() {
var that = this;
this.$vux.confirm.show({
title: '确认要清空消息吗?',
onConfirm: function onConfirm() {
that.$store.dispatch('resetSysMsgs', {
type: that.sysType
});
}
});
},
getTeamName: function getTeamName(teamId) {
var team = this.$store.state.teamlist.find(function (team) {
return team.teamId === teamId;
});
return team && team.name || '';
},
handleTeamApply: function handleTeamApply(msg, pass) {
var action = void 0;
switch (msg.type) {
case 'applyTeam':
action = pass ? 'passTeamApply' : 'rejectTeamApply';
break;
case 'teamInvite':
action = pass ? 'acceptTeamInvite' : 'rejectTeamInvite';
break;
default:
return;
}
this.$store.dispatch('delegateTeamFunction', {
functionName: action,
options: {
idServer: msg.idServer,
teamId: msg.to,
from: msg.from,
done: function done(error, obj) {
console.log('handleDone', obj);
}
}
});
},
findTeamInfo: function findTeamInfo(teamId) {
var team = this.$store.state.teamlist.find(function (item) {
return item.teamId === teamId;
});
return team && team.name || teamId;
},
showDelBtn: function showDelBtn(vNode) {
var _this3 = this;
if (vNode && vNode.data && vNode.data.attrs) {
this.deleteIdServer = vNode.data.attrs.idServer;
this.stopBubble = true;
setTimeout(function () {
_this3.stopBubble = false;
}, 20);
}
},
hideDelBtn: function hideDelBtn() {
if (this.deleteIdServer !== null && !this.stopBubble) {
this.deleteIdServer = null;
return true;
}
return false;
}
}
};
module.exports = exports['default'];
/***/ }),
/***/ 434:
/* no static exports found */
/* all exports used */
/*!***********************************************************************************************************************************************************************************************************************************************!*\
!*** ./~/css-loader?sourceMap!./~/vue-loader/lib/style-compiler?{"id":"data-v-2ad2ab9d","scoped":false,"hasInlineConfig":true}!./~/vux-loader/src/style-loader.js!./~/vue-loader/lib/selector.js?type=styles&index=0!./src/pages/SysMsgs.vue ***!
\***********************************************************************************************************************************************************************************************************************************************/
/***/ (function(module, exports, __webpack_require__) {
exports = module.exports = __webpack_require__(/*! ../../~/css-loader/lib/css-base.js */ 3)(true);
// imports
// module
exports.push([module.i, "\n.p-sysmsgs .u-list {\n height: 100%;\n overflow-y: scroll;\n}\n.p-sysmsgs p {\n word-wrap: normal;\n word-break: break-all;\n color: #333;\n}\n.p-sysmsgs .g-teamSys {\n display: -webkit-box;\n display: -webkit-flex;\n display: -moz-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-flex: 100;\n -webkit-flex-grow: 100;\n -moz-box-flex: 100;\n -ms-flex-positive: 100;\n flex-grow: 100;\n -webkit-box-pack: justify;\n -webkit-justify-content: space-between;\n -moz-box-pack: justify;\n -ms-flex-pack: justify;\n justify-content: space-between;\n -webkit-box-align: center;\n -webkit-align-items: center;\n -moz-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n overflow: hidden;\n}\n.p-sysmsgs .g-teamSys .m-info {\n -webkit-flex-shrink: 1;\n -ms-flex-negative: 1;\n flex-shrink: 1;\n overflow: hidden;\n}\n.p-sysmsgs .g-teamSys .m-info .u-time {\n color: #aaa;\n}\n.p-sysmsgs .g-teamSys .m-info .u-desc {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n color: #aaa;\n font-size: 1rem;\n}\n.p-sysmsgs .g-teamSys .m-options{\n display: -webkit-box;\n display: -webkit-flex;\n display: -moz-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: center;\n -webkit-align-items: center;\n -moz-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n}\n.p-sysmsgs .g-teamSys .m-options .weui-btn.weui-btn_mini {\n padding: 0;\n width: 3rem;\n height: 2rem;\n}\n.p-sysmsgs .g-teamSys .m-options .weui-btn + .weui-btn {\n margin-top: 0;\n margin-left: 0.5rem;\n}\n.p-sysmsgs .u-msg-state {\n color: #aaa;\n font-size: .9rem;\n}\n.p-sysmsgs .empty-hint{\n position: absolute;\n left: 0;\n right: 0;\n top: 5rem;\n margin: auto;\n text-align: center;\n}\n", "", {"version":3,"sources":["D:/Cassie-project/netease-h5-demo/src/pages/SysMsgs.vue"],"names":[],"mappings":";AA8NE;IACE,aAAa;IACb,mBAAmB;CACpB;AACD;IACE,kBAAkB;IAClB,sBAAsB;IACtB,YAAY;CACb;AAED;IACE,qBAAc;IAAd,sBAAc;IAAd,kBAAc;IAAd,qBAAc;IAAd,cAAc;IACd,sBAAe;IAAf,uBAAe;OAAf,mBAAe;QAAf,uBAAe;YAAf,eAAe;IACf,0BAA+B;IAA/B,uCAA+B;OAA/B,uBAA+B;QAA/B,uBAA+B;YAA/B,+BAA+B;IAC/B,0BAAoB;IAApB,4BAAoB;OAApB,uBAAoB;QAApB,uBAAoB;YAApB,oBAAoB;IACpB,iBAAiB;CAiClB;AA/BC;IACE,uBAAe;QAAf,qBAAe;YAAf,eAAe;IACf,iBAAiB;CAYlB;AAVC;IACE,YAAY;CACb;AACD;IACE,iBAAiB;IACjB,wBAAwB;IACxB,oBAAoB;IACpB,YAAY;IACZ,gBAAgB;CACjB;AAGH;IACE,qBAAc;IAAd,sBAAc;IAAd,kBAAc;IAAd,qBAAc;IAAd,cAAc;IACd,0BAAoB;IAApB,4BAAoB;OAApB,uBAAoB;QAApB,uBAAoB;YAApB,oBAAoB;CAYrB;AAVC;IACE,WAAW;IACX,YAAY;IACZ,aAAa;CACd;AAED;IACE,cAAc;IACd,oBAAoB;CACrB;AAGL;IACE,YAAY;IACZ,iBAAiB;CAClB;AACD;IACE,mBAAmB;IACnB,QAAQ;IACR,SAAS;IACT,UAAU;IACV,aAAa;IACb,mBAAmB;CACpB","file":"SysMsgs.vue","sourcesContent":["\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n.p-sysmsgs {\n .u-list {\n height: 100%;\n overflow-y: scroll;\n }\n p {\n word-wrap: normal;\n word-break: break-all;\n color: #333;\n }\n \n .g-teamSys {\n display: flex;\n flex-grow: 100;\n justify-content: space-between;\n align-items: center;\n overflow: hidden;\n \n .m-info {\n flex-shrink: 1;\n overflow: hidden;\n\n .u-time {\n color: #aaa;\n }\n .u-desc {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n color: #aaa;\n font-size: 1rem;\n }\n }\n\n .m-options{\n display: flex;\n align-items: center;\n \n .weui-btn.weui-btn_mini {\n padding: 0;\n width: 3rem;\n height: 2rem;\n }\n \n .weui-btn + .weui-btn {\n margin-top: 0;\n margin-left: 0.5rem;\n }\n }\n }\n .u-msg-state {\n color: #aaa;\n font-size: .9rem;\n }\n .empty-hint{\n position: absolute;\n left: 0;\n right: 0;\n top: 5rem; \n margin: auto;\n text-align: center;\n }\n}\n"],"sourceRoot":""}]);
// exports
/***/ }),
/***/ 453:
/* no static exports found */
/* all exports used */
/*!**********************************************************************************************************************************************************************************************************************************************!*\
!*** ./~/vue-loader/lib/template-compiler?{"id":"data-v-2ad2ab9d"}!./~/vux-loader/src/before-template-compiler-loader.js!./~/vux-loader/src/template-loader.js!./~/vue-loader/lib/selector.js?type=template&index=0!./src/pages/SysMsgs.vue ***!
\**********************************************************************************************************************************************************************************************************************************************/
/***/ (function(module, exports, __webpack_require__) {
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
return _c('div', {
staticClass: "g-inherit m-article"
}, [_c('x-header', {
staticClass: "m-tab",
attrs: {
"left-options": {
backText: ' '
}
}
}, [_c('button-tab', {
staticClass: "m-tab-top",
model: {
value: (_vm.sysType),
callback: function($$v) {
_vm.sysType = $$v
},
expression: "sysType"
}
}, [_c('button-tab-item', {
staticClass: "u-tab-top"
}, [_vm._v("系统消息")]), _vm._v(" "), _c('button-tab-item', {
staticClass: "u-tab-top"
}, [_vm._v("自定义消息")])], 1), _vm._v(" "), _c('a', {
attrs: {
"slot": "left"
},
slot: "left"
}), _vm._v(" "), _c('a', {
attrs: {
"slot": "right"
},
on: {
"click": function($event) {
$event.stopPropagation();
_vm.clearMsgs($event)
}
},
slot: "right"
}, [_vm._v("清空")])], 1), _vm._v(" "), _c('div', {
staticClass: "m-article-main p-sysmsgs"
}, [_c('group', {
staticClass: "u-list"
}, [_vm._l((_vm.msgList), function(msg) {
return [(msg.type === "applyTeam" || msg.type === "teamInvite") ? _c('cell', {
directives: [{
name: "touch",
rawName: "v-touch:swipeleft",
value: (_vm.showDelBtn),
expression: "showDelBtn",
arg: "swipeleft"
}, {
name: "touch",
rawName: "v-touch:swiperight",
value: (_vm.hideDelBtn),
expression: "hideDelBtn",
arg: "swiperight"
}],
key: msg.idServer,
staticClass: "u-list-item",
attrs: {
"idServer": msg.idServer
}
}, [_c('img', {
staticClass: "icon",
attrs: {
"slot": "icon",
"width": "24",
"src": msg.avatar
},
slot: "icon"
}), _vm._v(" "), _c('div', {
staticClass: "g-teamSys",
attrs: {
"slot": "child"
},
slot: "child"
}, [_c('div', {
staticClass: "m-info"
}, [_c('span', {
staticClass: "u-name"
}, [_vm._v(_vm._s(msg.from))]), _vm._v(" "), _c('span', {
staticClass: "u-time"
}, [_vm._v(_vm._s(msg.showTime))]), _vm._v(" "), _c('p', {
staticClass: "u-desc"
}, [_vm._v(_vm._s(msg.desc))]), _vm._v(" "), (msg.ps) ? _c('p', {
staticClass: "u-desc"
}, [_vm._v(_vm._s(("留言:" + (msg.ps))))]) : _vm._e()]), _vm._v(" "), (_vm.deleteIdServer !== msg.idServer) ? _c('div', {
staticClass: "m-options",
attrs: {
"slot": "default"
},
slot: "default"
}, [(msg.state === "init") ? [_c('x-button', {
attrs: {
"type": "primary",
"mini": true,
"action-type": "button"
},
nativeOn: {
"click": function($event) {
_vm.handleTeamApply(msg, true)
}
}
}, [_vm._v("同意")]), _vm._v(" "), _c('x-button', {
attrs: {
"type": "warn",
"mini": true,
"action-type": "button"
},
nativeOn: {
"click": function($event) {
_vm.handleTeamApply(msg, false)
}
}
}, [_vm._v("拒绝")])] : _c('div', {
staticClass: "u-msg-state"
}, [_vm._v("\n " + _vm._s(msg.state === 'error' ? '已过期' : msg.state === 'rejected' ? '已拒绝' : '已同意') + "\n ")])], 2) : _vm._e()]), _vm._v(" "), _c('span', {
staticClass: "u-tag-del",
class: {
active: _vm.deleteIdServer === msg.idServer
},
on: {
"click": function($event) {
_vm.deleteMsg(msg.idServer)
}
}
})]) : _c('cell', {
directives: [{
name: "touch",
rawName: "v-touch:swipeleft",
value: (_vm.showDelBtn),
expression: "showDelBtn",
arg: "swipeleft"
}, {
name: "touch",
rawName: "v-touch:swiperight",
value: (_vm.hideDelBtn),
expression: "hideDelBtn",
arg: "swiperight"
}],
key: msg.idServer,
staticClass: "u-list-item",
attrs: {
"title": msg.showText,
"value": msg.showTime,
"inline-desc": msg.desc,
"idServer": msg.idServer
}
}, [_c('img', {
staticClass: "icon",
attrs: {
"slot": "icon",
"width": "24",
"src": msg.avatar
},
slot: "icon"
}), _vm._v(" "), _c('span', {
staticClass: "u-tag-del",
class: {
active: _vm.deleteIdServer === msg.idServer
},
on: {
"click": function($event) {
_vm.deleteMsg(msg.idServer)
}
}
})])]
})], 2), _vm._v(" "), (!_vm.msgList || _vm.msgList.length < 1) ? _c('div', {
staticClass: "empty-hint"
}, [_vm._v("暂无任何消息")]) : _vm._e()], 1)], 1)
},staticRenderFns: []}
module.exports.render._withStripped = true
if (false) {
module.hot.accept()
if (module.hot.data) {
require("vue-hot-reload-api").rerender("data-v-2ad2ab9d", module.exports)
}
}
/***/ }),
/***/ 473:
/* no static exports found */
/* all exports used */
/*!********************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./~/vue-style-loader!./~/css-loader?sourceMap!./~/vue-loader/lib/style-compiler?{"id":"data-v-2ad2ab9d","scoped":false,"hasInlineConfig":true}!./~/vux-loader/src/style-loader.js!./~/vue-loader/lib/selector.js?type=styles&index=0!./src/pages/SysMsgs.vue ***!
\********************************************************************************************************************************************************************************************************************************************************************/
/***/ (function(module, exports, __webpack_require__) {
// style-loader: Adds some css to the DOM by adding a <style> tag
// load the styles
var content = __webpack_require__(/*! !../../~/css-loader?sourceMap!../../~/vue-loader/lib/style-compiler?{"id":"data-v-2ad2ab9d","scoped":false,"hasInlineConfig":true}!../../~/vux-loader/src/style-loader.js!../../~/vue-loader/lib/selector.js?type=styles&index=0!./SysMsgs.vue */ 434);
if(typeof content === 'string') content = [[module.i, content, '']];
if(content.locals) module.exports = content.locals;
// add the styles to the DOM
var update = __webpack_require__(/*! ../../~/vue-style-loader/lib/addStylesClient.js */ 4)("294a3ccd", content, false);
// Hot Module Replacement
if(false) {
// When the styles change, update the <style> tags
if(!content.locals) {
module.hot.accept("!!../../node_modules/css-loader/index.js?sourceMap!../../node_modules/vue-loader/lib/style-compiler/index.js?{\"id\":\"data-v-2ad2ab9d\",\"scoped\":false,\"hasInlineConfig\":true}!../../node_modules/vux-loader/src/style-loader.js!../../node_modules/vue-loader/lib/selector.js?type=styles&index=0!./SysMsgs.vue", function() {
var newContent = require("!!../../node_modules/css-loader/index.js?sourceMap!../../node_modules/vue-loader/lib/style-compiler/index.js?{\"id\":\"data-v-2ad2ab9d\",\"scoped\":false,\"hasInlineConfig\":true}!../../node_modules/vux-loader/src/style-loader.js!../../node_modules/vue-loader/lib/selector.js?type=styles&index=0!./SysMsgs.vue");
if(typeof newContent === 'string') newContent = [[module.id, newContent, '']];
update(newContent);
});
}
// When the module is disposed, remove the <style> tags
module.hot.dispose(function() { update(); });
}
/***/ })
});
//# sourceMappingURL=11.js.map