Skip to content

Commit

Permalink
更改注释写法
Browse files Browse the repository at this point in the history
Former-commit-id: f8163d047da83a9b16b33a4e75a4cf0e0b9c6535 [formerly f8163d047da83a9b16b33a4e75a4cf0e0b9c6535 [formerly f8163d047da83a9b16b33a4e75a4cf0e0b9c6535 [formerly f8163d047da83a9b16b33a4e75a4cf0e0b9c6535 [formerly d0fda1a [formerly 37a75f0ab98324b4576cd1032379b46daaa5d0d2]]]]]
Former-commit-id: e16f6de
Former-commit-id: dd99021
Former-commit-id: 5f1401ad62977ecc3b1d67b330424cee79b397fd [formerly 37c6908c06aaa0957b602a0654950843e053a07e]
Former-commit-id: 3315faa90a339caae755affa1a4aff3402da6c44
Former-commit-id: 3e76f85ec6b372e3d045f6352b3309bb516ec2cd
Former-commit-id: ec16734ca5edc3cff8439778b7e96095f30966ed
Former-commit-id: 47e2741b473560fe93a6afb894c84e04639bd757
Former-commit-id: d40648a840a75658bd0f51aabc9ddd305cdc652e
  • Loading branch information
FairyEver committed Feb 6, 2019
1 parent ba0cc64 commit e5081c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/modules/d2admin/modules/log.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ export default {
add ({ state, rootState }, { type, err, instance, info }) {
// store 赋值
state.list.push(Object.assign({
// 记录类型
type: 'log', // or error
// 记录类型 "log" or "error"
type: 'log',
// 信息
info: '',
// 错误对象
Expand Down

0 comments on commit e5081c5

Please sign in to comment.