Skip to content

Commit e5081c5

Browse files
committed
更改注释写法
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
1 parent ba0cc64 commit e5081c5

File tree

1 file changed

+2
-2
lines changed
  • src/store/modules/d2admin/modules

1 file changed

+2
-2
lines changed

src/store/modules/d2admin/modules/log.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ export default {
3535
add ({ state, rootState }, { type, err, instance, info }) {
3636
// store 赋值
3737
state.list.push(Object.assign({
38-
// 记录类型
39-
type: 'log', // or error
38+
// 记录类型 "log" or "error"
39+
type: 'log',
4040
// 信息
4141
info: '',
4242
// 错误对象

0 commit comments

Comments
 (0)