是否这样写了?const router = new Router(...省略);export default { router };
需要修改为export default router;
安装Promise组件了吗?用vue install Promise安装后再试试。