harsima / vue-backend

简单的后台管理框架
MIT License
883 stars 347 forks source link

SyntaxError: Unexpected token #33

Open Luhangh opened 5 years ago

Luhangh commented 5 years ago

ERROR in ./src/store/modules/auth/index.js Module build failed: SyntaxError: Unexpected token (35:20)

33 | method: 'post', 34 | data: {

35 | ...userInfo | ^ 36 | }