switch to use hash router

This commit is contained in:
medcl 2020-04-19 13:50:48 +08:00
parent 6c60dc9187
commit a7c11b0671
1 changed files with 6 additions and 2 deletions

View File

@ -111,6 +111,10 @@ export default {
copy:[
'../web/src/assets/favicon.ico'
]
],
history: 'hash',
exportStatic: {
// htmlSuffix: true,
dynamicRoot: true,
},
};