export default {
exportStatic: {
// htmlSuffix: true,
dynamicRoot: true,
},
targets: {
ie: 11,
},
links: [ { rel: 'icon', href: 'http://questnet.cn/image/logo2.png' }, ],
title:'趣程官网',
routes: [
{ path: '/', component: '@/pages/Home/index' },
{ path: '/about', component: '@/pages/About/index' },
{ path: '/introduce', component: '@/pages/Introduce/index' },
{ path: '/contact', component: '@/pages/ContactUs/index' }
]
}