|
@@ -1,18 +1,22 @@
|
|
|
|
|
|
export default {
|
|
export default {
|
|
- exportStatic: {
|
|
|
|
- // htmlSuffix: true,
|
|
|
|
- dynamicRoot: true,
|
|
|
|
- },
|
|
|
|
|
|
+ // exportStatic: {
|
|
|
|
+ // // htmlSuffix: true,
|
|
|
|
+ // dynamicRoot: false,
|
|
|
|
+ // },
|
|
|
|
+ // nodeModulesTransform:{
|
|
|
|
+ // type: 'none'
|
|
|
|
+ // },
|
|
targets: {
|
|
targets: {
|
|
ie: 11,
|
|
ie: 11,
|
|
},
|
|
},
|
|
links: [ { rel: 'icon', href: 'http://questnet.cn/image/logo2.png' }, ],
|
|
links: [ { rel: 'icon', href: 'http://questnet.cn/image/logo2.png' }, ],
|
|
title:'趣程官网',
|
|
title:'趣程官网',
|
|
|
|
+ mountElementId: 'root12312',
|
|
routes: [
|
|
routes: [
|
|
- { path: '/', component: '@/pages/Home/index' },
|
|
|
|
- { path: '/about', component: '@/pages/About/index' },
|
|
|
|
- { path: '/introduce', component: '@/pages/Introduce/index' },
|
|
|
|
- { path: '/contact', component: '@/pages/ContactUs/index' }
|
|
|
|
|
|
+ { path: '/', component: '@/pages/Home/index.jsx', title: 'Index' },
|
|
|
|
+ { path: '/about', component: '@/pages/About/index.jsx', title: 'About' },
|
|
|
|
+ { path: '/introduce', component: '@/pages/Introduce/index.jsx', title: 'Introduce' },
|
|
|
|
+ { path: '/contact', component: '@/pages/ContactUs/index.jsx', title: 'ContactUs' }
|
|
]
|
|
]
|
|
}
|
|
}
|