export default { hash: true, // exportStatic: { // htmlSuffix: true, // dynamicRoot: true, // }, title:"长沙一个地球网络科技有限公司", antd: {}, targets: { ie: 11, }, // 路由 routes: [ { exact: true, path: '/', redirect: '/index', }, { path: '/index', component: '@/pages/Index', }, { path: '/download', component: '@/pages/Download', }, ], }