Closed jiangtao closed 8 years ago
when npm run start, compile error; log:
npm run start
[2016-02-18 01:04:51] [COMPILE] compile file common/config/route.js error [2016-02-18 01:04:51] [Error] SyntaxError: common/config/route.js: 'import' and 'export' may only appear at the top level (4:2) 2 | 3 | if(think.config('uuap')){ > 4 | export default [ | ^ 5 | ["admin/user/logout", "admin/uuap/logout"], 6 | ["admin/user", "admin/uuap/login"], 7 | ];
when
npm run start
, compile error; log: